summaryrefslogtreecommitdiff
path: root/java/jdk15/files/patch-deploy::jvmnative::Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2009-03-09 20:18:28 +0000
committerGreg Lewis <glewis@FreeBSD.org>2009-03-09 20:18:28 +0000
commit739875a75c92c136167b0bf5636d2d58c3af819c (patch)
treeaff9843bf2cbc23354425a60dc8e3459c9390942 /java/jdk15/files/patch-deploy::jvmnative::Makefile
parent- Fix build (adding missing xpm) (diff)
. Update to 1.5.0_16 and patchset 9.
Notes
Notes: svn path=/head/; revision=229787
Diffstat (limited to 'java/jdk15/files/patch-deploy::jvmnative::Makefile')
-rw-r--r--java/jdk15/files/patch-deploy::jvmnative::Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk15/files/patch-deploy::jvmnative::Makefile b/java/jdk15/files/patch-deploy::jvmnative::Makefile
deleted file mode 100644
index c34cd2ef67d9..000000000000
--- a/java/jdk15/files/patch-deploy::jvmnative::Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-$FreeBSD$
-
---- ../../deploy/make/plugin/jvmnative/Makefile.orig Sun Dec 10 21:45:33 2006
-+++ ../../deploy/make/plugin/jvmnative/Makefile Sun Dec 10 21:45:54 2006
-@@ -16,7 +16,7 @@
-
- ifeq ($(PLATFORM), bsd)
- LDLIBS = -lm -lX11
--X11HDRDIR = /usr/X11R6/include
-+X11HDRDIR = $(LOCALBASE)/include
- else
- X11HDRDIR =
- ifeq ($(PLATFORM), linux)