freebsd-ports/devel/openthreads/files/patch-pthread_src::GNUmakefile
2003-11-06 13:15:01 +00:00

13 lines
273 B
Text

--- pthread_src/GNUmakefile.orig Thu Oct 16 19:43:25 2003
+++ pthread_src/GNUmakefile Thu Oct 16 19:43:56 2003
@@ -15,6 +15,10 @@
LIBS += -lpthread
endif
+ifeq ($(OS),FreeBSD)
+LIBS += $(PTHREAD_LIBS)
+endif
+
ifeq ($(OS),SunOS)
LIBS += -lpthread -lposix4
endif