freebsd-ports/graphics/osg/files/patch-al

12 lines
345 B
Text
Raw Normal View History

--- work/OpenSceneGraph-0.8/src/osgPlugins/tiff/Makefile Wed Dec 20 17:35:46 2000
+++ src/osgPlugins/tiff/Makefile Mon Apr 23 19:21:20 2001
@@ -10,7 +10,7 @@
LIBS = -ltiff
C++FLAGS += -I. -I../../../include
-LDFLAGS += -L../../../lib
2001-05-31 14:49:43 +02:00
+LDFLAGS += -L../../../lib -L$(LOCALBASE)/lib -rpath $(LOCALBASE)/lib
include ../../../Make/makerules