diff options
Diffstat (limited to 'graphics/osg/files/patch-ak')
-rw-r--r-- | graphics/osg/files/patch-ak | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/osg/files/patch-ak b/graphics/osg/files/patch-ak new file mode 100644 index 000000000000..b1d954892e94 --- /dev/null +++ b/graphics/osg/files/patch-ak @@ -0,0 +1,11 @@ +--- work/OpenSceneGraph-0.8/src/osgPlugins/jpeg/Makefile Wed Dec 20 17:36:16 2000 ++++ src/osgPlugins/jpeg/Makefile Mon Apr 23 19:20:33 2001 +@@ -8,7 +8,7 @@ + + TARGET_LOADER_FILES = osgPlugins/osgdb_jpg.so + +-LIBS = -ljpeg ++LIBS = -ljpeg -L/usr/local/lib -rpath /usr/local/lib + C++FLAGS += -I. -I../../../include + LDFLAGS += -L../../../lib + |