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-npt-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-npt-Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se-npt-Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se-npt-Makefile b/java/jdk16/files/patch-j2se-npt-Makefile new file mode 100644 index 000000000000..1a01260508fb --- /dev/null +++ b/java/jdk16/files/patch-j2se-npt-Makefile @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- ../../j2se/make/java/npt/Makefile.orig Sun Jul 29 23:03:30 2007 ++++ ../../j2se/make/java/npt/Makefile Sun Jul 29 23:03:30 2007 +@@ -69,7 +69,7 @@ + + # Add location of iconv headers + ifeq ($(PLATFORM), bsd) +- ICONV_DIR = /usr/local ++ ICONV_DIR = ${LOCALBASE} + CPPFLAGS += -I$(ICONV_DIR)/include + OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv + endif |