diff options
-rw-r--r-- | app-text/unrtf/files/unrtf-0.21.8-automake-fix.patch | 6 | ||||
-rw-r--r-- | app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch | 10 |
2 files changed, 0 insertions, 16 deletions
diff --git a/app-text/unrtf/files/unrtf-0.21.8-automake-fix.patch b/app-text/unrtf/files/unrtf-0.21.8-automake-fix.patch deleted file mode 100644 index fdfb52a4637b..000000000000 --- a/app-text/unrtf/files/unrtf-0.21.8-automake-fix.patch +++ /dev/null @@ -1,6 +0,0 @@ ---- unrtf-0.21.8/charmaps/Makefile.am -+++ unrtf-0.21.8/charmaps/Makefile.am -@@ -1,2 +1,2 @@ --outputsdir = ${libdir}/${PACKAGE} -+outputsdir = ${pkgdatadir} - dist_outputs_DATA = SYMBOL.charmap 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 deleted file mode 100644 index d5bb142ce558..000000000000 --- a/app-text/unrtf/files/unrtf-0.21.8-iconv-detection.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- 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 |