diff options
Diffstat (limited to 'graphics/vterrain-sdk/files/patch-ae')
-rw-r--r-- | graphics/vterrain-sdk/files/patch-ae | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/vterrain-sdk/files/patch-ae b/graphics/vterrain-sdk/files/patch-ae new file mode 100644 index 000000000000..9779f710b60a --- /dev/null +++ b/graphics/vterrain-sdk/files/patch-ae @@ -0,0 +1,11 @@ +--- vtdata/ORIG/Makefile Fri Apr 20 08:49:28 2001 ++++ vtdata/Makefile Fri Apr 27 20:31:07 2001 +@@ -21,7 +21,7 @@ + CXXFLAGS = $(COPT) $(SWITCHES) $(IFLAGS) + + CSRC = $(wildcard *.c) +-CXXSRC = $(wildcard *.cpp) $(BOOST_SRC)/directory.cpp ++CXXSRC = $(wildcard *.cpp) + OBJS = $(CSRC:%.c=%.o) $(CXXSRC:%.cpp=%.o) + LIB = libvtdata.so + |