diff options
Diffstat (limited to 'java/jdk16/files/patch-j2se-socket-Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se-socket-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se-socket-Makefile b/java/jdk16/files/patch-j2se-socket-Makefile new file mode 100644 index 000000000000..2595c7d78926 --- /dev/null +++ b/java/jdk16/files/patch-j2se-socket-Makefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../j2se/make/jpda/transport/socket/Makefile.orig Sun Jul 29 23:03:31 2007 ++++ ../../j2se/make/jpda/transport/socket/Makefile Sun Jul 29 23:03:31 2007 +@@ -30,7 +30,7 @@ + + ifeq ($(PLATFORM), bsd) + LIBSOCKET = +- OTHER_LDLIBS += -pthread ++ OTHER_LDLIBS += ${PTHREAD_LIBS} + endif + + ifeq ($(PLATFORM), solaris) |