diff options
Diffstat (limited to 'app-text/wv2/files/wv2-0.2.2-respectflags.patch')
-rw-r--r-- | app-text/wv2/files/wv2-0.2.2-respectflags.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-text/wv2/files/wv2-0.2.2-respectflags.patch b/app-text/wv2/files/wv2-0.2.2-respectflags.patch new file mode 100644 index 000000000000..efd123736068 --- /dev/null +++ b/app-text/wv2/files/wv2-0.2.2-respectflags.patch @@ -0,0 +1,14 @@ +Index: wv2-0.2.2/configure.in +=================================================================== +--- wv2-0.2.2.orig/configure.in ++++ wv2-0.2.2/configure.in +@@ -245,9 +245,6 @@ else + AC_MSG_ERROR(* * * No iconv support - unable to continue * * *) + fi + +-CPPFLAGS=$_cppflags +-LDFLAGS=$_ldflags +- + AC_SUBST(WV_ICONV_CFLAGS) + AC_SUBST(WV_ICONV_LDFLAGS) + |