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