diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-05-17 10:30:19 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-05-18 08:33:55 -0400 |
commit | c27c75c214fef7e42647f343d486c79e9a60db3a (patch) | |
tree | dd58edf8065e9800a37d6774f1dc48965f03b5d9 /media-libs/exempi/files | |
parent | dev-db/postgresql: remove unused patches (diff) | |
download | gentoo-c27c75c214fef7e42647f343d486c79e9a60db3a.tar.gz gentoo-c27c75c214fef7e42647f343d486c79e9a60db3a.tar.bz2 gentoo-c27c75c214fef7e42647f343d486c79e9a60db3a.zip |
media-libs/exempi: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8450
Diffstat (limited to 'media-libs/exempi/files')
-rw-r--r-- | media-libs/exempi/files/exempi-2.1.1-iconv.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/media-libs/exempi/files/exempi-2.1.1-iconv.patch b/media-libs/exempi/files/exempi-2.1.1-iconv.patch deleted file mode 100644 index 69c8196b6922..000000000000 --- a/media-libs/exempi/files/exempi-2.1.1-iconv.patch +++ /dev/null @@ -1,22 +0,0 @@ -http://bugs.gentoo.org/show_bug.cgi?id=242812 - ---- configure.ac -+++ configure.ac -@@ -104,6 +104,8 @@ - AC_CHECK_HEADER(zlib.h, , - AC_MSG_ERROR([zlib headers missing])) - -+AM_ICONV_LINK -+ - dnl Blatently copied from iconv.m4 to remove the crack about libtool - dnl But check for constness of the iconv parameters. - AC_MSG_CHECKING([for iconv declaration]) ---- source/XMPFiles/Makefile.am -+++ source/XMPFiles/Makefile.am -@@ -62,5 +62,5 @@ - - - libXMPFiles_la_LIBADD = ./FileHandlers/libxmpfilehandlers.la \ -- ./FormatSupport/libformatsupport.la -+ ./FormatSupport/libformatsupport.la @LTLIBICONV@ - #libXMPFiles_la_LDFLAGS = -version-info @LIBXMPCORE_VERSION_INFO@ |