diff options
Diffstat (limited to 'java/jdk16/files/patch-j2se-instrument-Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se-instrument-Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/java/jdk16/files/patch-j2se-instrument-Makefile b/java/jdk16/files/patch-j2se-instrument-Makefile index a72bd3b0c16c..634f541dbfbe 100644 --- a/java/jdk16/files/patch-j2se-instrument-Makefile +++ b/java/jdk16/files/patch-j2se-instrument-Makefile @@ -1,13 +1,13 @@ $FreeBSD$ ---- ../../j2se/make/java/instrument/Makefile.orig Fri Oct 26 09:20:07 2007 -+++ ../../j2se/make/java/instrument/Makefile Fri Oct 26 09:25:39 2007 -@@ -109,7 +109,7 @@ - ifeq ($(OS_VENDOR), NetBSD) - ICONV_DIR = /usr/pkg - else +--- ../../j2se/make/java/instrument/Makefile.orig Sat Feb 16 11:02:12 2008 ++++ ../../j2se/make/java/instrument/Makefile Sat Feb 16 11:02:38 2008 +@@ -112,7 +112,7 @@ + + ifeq ($(PLATFORM), bsd) + ifneq ($(OS_VENDOR), NetBSD) - ICONV_DIR = /usr/local + ICONV_DIR = ${LOCALBASE} + CPPFLAGS += -I$(ICONV_DIR)/include + OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv endif - CPPFLAGS += -I$(ICONV_DIR)/include - OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv |