diff options
author | Timo Teräs <timo.teras@iki.fi> | 2014-04-15 10:40:02 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2014-04-15 10:40:02 +0000 |
commit | bb62ff0be2acc91f2a2ed37e0314f0088684aef3 (patch) | |
tree | bba68b9f342d5852cab856d978bc9543b8e182db /main/openjdk6/icedtea-jdk-iconv-uclibc.patch | |
parent | 3ef61caf02705593434b656b0ad7c65fee0d72c1 (diff) | |
download | aports-bb62ff0be2acc91f2a2ed37e0314f0088684aef3.tar.bz2 aports-bb62ff0be2acc91f2a2ed37e0314f0088684aef3.tar.xz |
main/openjdk6: remove as superceded by openjdk7
Diffstat (limited to 'main/openjdk6/icedtea-jdk-iconv-uclibc.patch')
-rw-r--r-- | main/openjdk6/icedtea-jdk-iconv-uclibc.patch | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/main/openjdk6/icedtea-jdk-iconv-uclibc.patch b/main/openjdk6/icedtea-jdk-iconv-uclibc.patch deleted file mode 100644 index 68f858167f..0000000000 --- a/main/openjdk6/icedtea-jdk-iconv-uclibc.patch +++ /dev/null @@ -1,39 +0,0 @@ -Index: openjdk/jdk/make/java/npt/Makefile -=================================================================== ---- openjdk/jdk/make/java/npt/Makefile 2010-06-13 15:11:02.598512448 +0200 -+++ openjdk/jdk/make/java/npt/Makefile 2010-06-13 15:11:28.504759286 +0200 -@@ -65,6 +65,8 @@ - # We don't want to link against -ljava - JAVALIB= - -+LDLIBS += -liconv -+ - # Add -export options to explicitly spell exported symbols - ifeq ($(PLATFORM), windows) - OTHER_LCF += -export:nptInitialize -export:nptTerminate -Index: icedtea6-1.8/openjdk-ecj/jdk/make/java/instrument/Makefile -=================================================================== ---- openjdk/jdk/make/java/instrument/Makefile 2010-06-13 15:12:14.688505195 +0200 -+++ openjdk/jdk/make/java/instrument/Makefile 2010-06-13 15:12:32.641425670 +0200 -@@ -123,6 +123,8 @@ - # We don't want to link against -ljava - JAVALIB= - -+LDLIBS += -liconv -+ - # - # Add to ambient vpath so we pick up the library files - # -Index: openjdk/jdk/make/sun/splashscreen/Makefile -=================================================================== ---- openjdk/jdk/make/sun/splashscreen/Makefile 2010-06-13 15:12:48.951840824 +0200 -+++ openjdk/jdk/make/sun/splashscreen/Makefile 2010-06-13 15:13:01.191422891 +0200 -@@ -55,6 +55,8 @@ - - JAVALIB= - -+LDLIBS += -liconv -+ - # - # C Flags - # |