diff options
Diffstat (limited to 'app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch')
-rw-r--r-- | app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch b/app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch new file mode 100644 index 000000000000..d5bb142ce558 --- /dev/null +++ b/app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch @@ -0,0 +1,10 @@ +--- unrtf-0.21.8/configure.ac ++++ unrtf-0.21.8/configure.ac +@@ -46,6 +46,7 @@ + *-*-cygwin*) AC_SUBST(LIBS, ["-liconv"]);; + *aix*) AC_SUBST(LIBS, ["-liconv"]);; + *-*-darwin*) AC_SUBST(LIBS, ["-liconv"]);; ++ *-*-solaris*) AC_SUBST(LIBS, ["-liconv"]);; + esac + + AC_CONFIG_FILES([Makefile |