summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-astronomy/celestia/files/celestia-1.6.99-glew_linking.patch')
-rw-r--r--sci-astronomy/celestia/files/celestia-1.6.99-glew_linking.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/sci-astronomy/celestia/files/celestia-1.6.99-glew_linking.patch b/sci-astronomy/celestia/files/celestia-1.6.99-glew_linking.patch
deleted file mode 100644
index 4c8657f34ced..000000000000
--- a/sci-astronomy/celestia/files/celestia-1.6.99-glew_linking.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff --git a/src/celengine/Makefile.am b/src/celengine/Makefile.am
-index 77d909b7..dd0b0a66 100644
---- a/src/celengine/Makefile.am
-+++ b/src/celengine/Makefile.am
-@@ -1,7 +1,10 @@
- noinst_LIBRARIES = libcelengine.a
- noinst_HEADERS = $(wildcard *.h)
-
--AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/thirdparty/Eigen -I$(top_srcdir)/thirdparty/curveplot/include
-+AM_CPPFLAGS = -I$(top_srcdir)/src \
-+ -I$(top_srcdir)/thirdparty/Eigen \
-+ -I$(top_srcdir)/thirdparty/curveplot/include \
-+ -I$(top_srcdir)/thirdparty/glew/include
-
- libcelengine_a_CXXFLAGS = $(LUA_CFLAGS) $(SPICE_CFLAGS) $(GLEW_CFLAGS)
-
-@@ -75,4 +78,5 @@ libcelengine_a_SOURCES = \
- vertexprog.cpp \
- virtualtex.cpp \
- visibleregion.cpp \
-+ ../../thirdparty/glew/src/glew.c \
- ../../thirdparty/curveplot/src/curveplot.cpp