mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
13 lines
284 B
Text
13 lines
284 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/sun/cmm/Makefile.orig Sun Jul 29 23:03:31 2007
|
|
+++ ../../j2se/make/sun/cmm/Makefile Sun Jul 29 23:03:31 2007
|
|
@@ -49,7 +49,7 @@
|
|
endif
|
|
|
|
ifeq ($(PLATFORM), bsd)
|
|
-LDLIBS += -pthread
|
|
+LDLIBS += ${PTHREAD_LIBS}
|
|
endif
|
|
|
|
clean clobber:: iccprofiles.clean
|