diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-12-10 17:18:32 +0000 |
commit | b1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch) | |
tree | ca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-j2se-xawt-Makefile | |
parent | - Update to 5.2.4 (diff) |
Decommissioning java 1.5 (EOLed since October 2009):
removal of the different 1.5 jre and jdk vendors
Removing outdated jdk16 vendors:
removing all the bsdjava and freebsd vendors, consider using openjdk6 or
openjsk7 instead.
Discussed with: java (glarkin)
Notes
Notes:
svn path=/head/; revision=308619
Diffstat (limited to 'java/jdk16/files/patch-j2se-xawt-Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se-xawt-Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/java/jdk16/files/patch-j2se-xawt-Makefile b/java/jdk16/files/patch-j2se-xawt-Makefile deleted file mode 100644 index 2b6f82acaf35..000000000000 --- a/java/jdk16/files/patch-j2se-xawt-Makefile +++ /dev/null @@ -1,30 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/sun/xawt/Makefile.orig Sun Jul 29 23:03:29 2007 -+++ ../../j2se/make/sun/xawt/Makefile Sun Jul 29 23:03:29 2007 -@@ -40,7 +40,7 @@ - - ifeq ($(PLATFORM), bsd) - FILES_c += Xinerama.c --LDFLAGS += -pthread -+LDFLAGS += ${PTHREAD_LIBS} - dummy := $(shell $(MKDIR) -p $(LIB_LOCATION)) - endif - -@@ -118,14 +118,14 @@ - - ifeq ($(PLATFORM), linux) - # Allows for builds on Debian GNU Linux, X11 is in a different place -- CPPFLAGS += -I/usr/X11R6/include/X11/extensions \ -+ CPPFLAGS += -I${LOCALBASE}/include/X11/extensions \ - -I/usr/include/X11/extensions \ - -I$(MOTIF_DIR)/include \ - -I$(OPENWIN_HOME)/include - endif - - ifeq ($(PLATFORM), bsd) -- CPPFLAGS += -I/usr/X11R6/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include -+ CPPFLAGS += -I${LOCALBASE}/include/X11/extensions -I$(MOTIF_DIR)/include -I$(OPENWIN_HOME)/include - endif - - ifeq ($(PLATFORM), solaris) |