diff options
Diffstat (limited to 'java/jdk16/files/patch-j2se-instrument-Makefile')
-rw-r--r-- | java/jdk16/files/patch-j2se-instrument-Makefile | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/java/jdk16/files/patch-j2se-instrument-Makefile b/java/jdk16/files/patch-j2se-instrument-Makefile deleted file mode 100644 index 634f541dbfbe..000000000000 --- a/java/jdk16/files/patch-j2se-instrument-Makefile +++ /dev/null @@ -1,13 +0,0 @@ -$FreeBSD$ - ---- ../../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 |