1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-09 05:19:16 -04:00
ports/java/jdk16/files/patch-deploy-jvmexec-Makefile

13 lines
287 B
Text

$FreeBSD$
--- ../../deploy/make/plugin/jvmexec/Makefile.orig Sun Jul 29 23:03:30 2007
+++ ../../deploy/make/plugin/jvmexec/Makefile Sun Jul 29 23:03:30 2007
@@ -22,7 +22,7 @@
endif
ifeq ($(PLATFORM), bsd)
-LDLIBS = -pthread
+LDLIBS = ${PTHREAD_LIBS}
endif
vpath %.cpp $(SRCDIR)