diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-08-05 20:39:49 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-08-05 20:39:49 +0000 |
commit | 4d5c7602538b84c33564b815fa72eb9d9df9df21 (patch) | |
tree | efc2ebc2871a752a96936699d197a99ad0cb5e67 /java/jdk16/files/patch-j2se::instrument::Makefile | |
parent | . Forced commit to note repo copy of jdk15 to jdk16. (diff) |
. A native port for JDK 1.6.0 (aka 6.0) Update 1.
Notes
Notes:
svn path=/head/; revision=197135
Diffstat (limited to 'java/jdk16/files/patch-j2se::instrument::Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se::instrument::Makefile | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/java/jdk16/files/patch-j2se::instrument::Makefile b/java/jdk16/files/patch-j2se::instrument::Makefile deleted file mode 100644 index 8934bfc11fe3..000000000000 --- a/java/jdk16/files/patch-j2se::instrument::Makefile +++ /dev/null @@ -1,15 +0,0 @@ -$FreeBSD$ - ---- ../../j2se/make/java/instrument/Makefile.orig Thu Jan 13 02:04:44 2005 -+++ ../../j2se/make/java/instrument/Makefile Thu Jan 13 02:05:03 2005 -@@ -72,8 +72,8 @@ - else - ifeq ($(PLATFORM), bsd) - ifneq ($(TRUE_PLATFORM), NetBSD) -- OTHER_INCLUDES += -I/usr/local/include -- OTHER_LDLIBS += -L/usr/local/lib -liconv -+ OTHER_INCLUDES += -I${LOCALBASE}/include -+ OTHER_LDLIBS += -L${LOCALBASE}/lib -liconv - endif - else - OTHER_LDLIBS = -lnsl -ldl |