summaryrefslogtreecommitdiff
path: root/java/jdk16/files/patch-j2se-instrument-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/jdk16/files/patch-j2se-instrument-Makefile')
-rw-r--r--java/jdk16/files/patch-j2se-instrument-Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/java/jdk16/files/patch-j2se-instrument-Makefile b/java/jdk16/files/patch-j2se-instrument-Makefile
new file mode 100644
index 000000000000..f018c76f8433
--- /dev/null
+++ b/java/jdk16/files/patch-j2se-instrument-Makefile
@@ -0,0 +1,13 @@
+$FreeBSD$
+
+--- ../../j2se/make/java/instrument/Makefile.orig Sun Jul 29 23:03:30 2007
++++ ../../j2se/make/java/instrument/Makefile Sun Jul 29 23:03:30 2007
+@@ -106,7 +106,7 @@
+ endif # PLATFORM
+
+ ifeq ($(PLATFORM), bsd)
+- ICONV_DIR = /usr/local
++ ICONV_DIR = ${LOCALBASE}
+ CPPFLAGS += -I$(ICONV_DIR)/include
+ OTHER_LDLIBS += -L$(ICONV_DIR)/lib -liconv
+ endif