diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-11-07 10:18:14 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-13 16:16:39 -0500 |
commit | e4adc5e52ce28a6be458a2694eca3e522e4a2d06 (patch) | |
tree | c5aecc5393b0cbb1a4998a1e1c80449ac6148f83 /app-text/unrtf | |
parent | app-text/htp: remove unused patch(es) (diff) | |
download | gentoo-e4adc5e52ce28a6be458a2694eca3e522e4a2d06.tar.gz gentoo-e4adc5e52ce28a6be458a2694eca3e522e4a2d06.tar.bz2 gentoo-e4adc5e52ce28a6be458a2694eca3e522e4a2d06.zip |
app-text/unrtf: remove unused patch(es)
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/18164
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/unrtf')
-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 |