ports/graphics/openproducer/files/patch-src::GNUmakefile
Maho Nakata ee50cec6f8 A cross-platform C++/OpenGL library. Simple, and powerful for
large/multidispay environment, mainly focused on Camera control.

PR:		54728
Submitted by:	Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
2003-07-25 23:35:08 +00:00

11 lines
359 B
Text

--- 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