mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 19:56:53 -04:00
13 lines
311 B
Text
13 lines
311 B
Text
$FreeBSD$
|
|
|
|
--- ../../j2se/make/common/Defs.gmk.orig Sun Jul 29 23:03:31 2007
|
|
+++ ../../j2se/make/common/Defs.gmk Sun Jul 29 23:03:31 2007
|
|
@@ -111,7 +111,7 @@
|
|
endif
|
|
|
|
ifeq ($(OS_VENDOR), FreeBSD)
|
|
- LDLIBS_COMMON = -pthread
|
|
+ LDLIBS_COMMON = ${PTHREAD_LIBS}
|
|
endif
|
|
|
|
ifeq ($(OS_VENDOR), OpenBSD)
|