diff options
Diffstat (limited to 'graphics/openproducer/files/patch-src::GNUmakefile')
-rw-r--r-- | graphics/openproducer/files/patch-src::GNUmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/openproducer/files/patch-src::GNUmakefile b/graphics/openproducer/files/patch-src::GNUmakefile new file mode 100644 index 000000000000..712455acd040 --- /dev/null +++ b/graphics/openproducer/files/patch-src::GNUmakefile @@ -0,0 +1,11 @@ +--- src/GNUmakefile.orig Thu Apr 10 04:16:47 2003 ++++ src/GNUmakefile Mon Jul 21 14:03:29 2003 +@@ -27,7 +27,7 @@ + ## LIBS = -lGL -lXmu -lXmu -lX11 -lpthread -ll + + INC += -I$(TOPDIR)/include -I$(THISDIR) +-LIBS = -lGL -lXmu -lXmu -lX11 -lpthread ++LIBS = -lGL -lXmu -lXmu -lX11 $(PTHREAD_LIBS) + LIB = libProducer + + include $(TOPDIR)/Make/makerules |