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, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-j2se-socket-Makefile b/java/jdk16/files/patch-j2se-socket-Makefile deleted file mode 100644 index 2595c7d78926..000000000000 --- a/java/jdk16/files/patch-j2se-socket-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$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) |