From ff615057892210f7ccaffffdc1b3f2ebc91afe13 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 15 Jan 2002 15:49:02 +0000 Subject: [PATCH] Added '# LIBS += -limage' and explanation in comments to pfb Makefile, submitted by Randall Hooper. --- src/osgPlugins/pfb/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/osgPlugins/pfb/Makefile b/src/osgPlugins/pfb/Makefile index 4fc9e6a57..f662829c9 100644 --- a/src/osgPlugins/pfb/Makefile +++ b/src/osgPlugins/pfb/Makefile @@ -41,6 +41,10 @@ LIBS = -losg -losgDB \ -lpfvct\ -lpfdu -lpfutil -lpf +# comment in for PFB loader texture support on IRIX +# (note: you may need to build libimage.so from libimage.a) +# LIBS += -limage + TARGET_LOADER_FILES = osgPlugins/osgdb_pfb.$(SO_EXT) C++FLAGS += -g -I../../../include