From cd1659050f01403a57d214169f840b1b3225d0f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 28 Dec 2013 13:01:43 +0100 Subject: [PATCH] gnu_classpath: Fix corrupted patch Seems a space got removed at start of line... --- dev-java/gnu_classpath/patches/gnu_classpath-0.98.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-java/gnu_classpath/patches/gnu_classpath-0.98.patch b/dev-java/gnu_classpath/patches/gnu_classpath-0.98.patch index 0c5a9e8ae..33b7704e6 100644 --- a/dev-java/gnu_classpath/patches/gnu_classpath-0.98.patch +++ b/dev-java/gnu_classpath/patches/gnu_classpath-0.98.patch @@ -25,7 +25,7 @@ @@ -310,7 +310,7 @@ libjavanio_la_LIBADD = $(top_builddir)/native/jni/classpath/jcl.lo \ - $(top_builddir)/native/jni/native-lib/libclasspathnative.la \ + $(top_builddir)/native/jni/native-lib/libclasspathnative.la \ - $(LTLIBICONV) + -Wl,$(LIBICONV)