summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-deploy-unix-Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-12-10 17:18:32 +0000
commitb1ccabf65df39e4ab553f6c4734942b9f89992b1 (patch)
treeca639d8654f8695791fbdb4960934e6598682543 /java/jdk16/files/patch-deploy-unix-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)
Diffstat (limited to 'java/jdk16/files/patch-deploy-unix-Makefile')
-rw-r--r--java/jdk16/files/patch-deploy-unix-Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/java/jdk16/files/patch-deploy-unix-Makefile b/java/jdk16/files/patch-deploy-unix-Makefile
deleted file mode 100644
index 81ab95c41ea8..000000000000
--- a/java/jdk16/files/patch-deploy-unix-Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/nscore/unix/Makefile.orig Sun Jul 29 23:03:29 2007
-+++ ../../deploy/make/plugin/nscore/unix/Makefile Sun Jul 29 23:03:29 2007
-@@ -16,7 +16,7 @@
-
- include $(DEPLOY_TOPDIR)/make/plugin/common/Defs.gmk
-
--X11DIR = /usr/X11R6
-+X11DIR = ${LOCALBASE}
-
- ifeq ($(PLATFORM), linux)
- LDLIBS = -lX11 -ldl -lc
-@@ -34,7 +34,7 @@
- endif
-
- ifeq ($(PLATFORM), bsd)
--INTLDIR = /usr/local
-+INTLDIR = ${LOCALBASE}
- INTLHDRDIR = $(INTLDIR)/include
- else
- INTLHDRDIR =