summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-04-16 20:20:30 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-04-16 20:24:59 +0200
commit34b7e89302085c215bd19f307c4ea914287d3d9d (patch)
tree8418c09d8a4a5a85fd0701740c23eca2a883d615 /media-libs/exempi/files
parentx11-misc/easystroke: Add subslot operator to dev-libs/boost (diff)
downloadgentoo-34b7e89302085c215bd19f307c4ea914287d3d9d.tar.gz
gentoo-34b7e89302085c215bd19f307c4ea914287d3d9d.tar.bz2
gentoo-34b7e89302085c215bd19f307c4ea914287d3d9d.zip
media-libs/exempi: version bump 2.2.1 → 2.4.2
Bump to EAPI=6. Add missing dependency on autoconf-archive. Switch eutils to ltprune. Enable unittests. Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'media-libs/exempi/files')
-rw-r--r--media-libs/exempi/files/exempi-2.4.2-iconv.patch41
1 files changed, 41 insertions, 0 deletions
diff --git a/media-libs/exempi/files/exempi-2.4.2-iconv.patch b/media-libs/exempi/files/exempi-2.4.2-iconv.patch
new file mode 100644
index 000000000000..9f9fc42e5bf9
--- /dev/null
+++ b/media-libs/exempi/files/exempi-2.4.2-iconv.patch
@@ -0,0 +1,41 @@
+From a2b822c85c52c96b04192a4923c9edbf9d144343 Mon Sep 17 00:00:00 2001
+From: Samuli Suominen <ssuominen@gentoo.org>
+Date: Sun, 16 Apr 2017 20:11:57 +0200
+Subject: [PATCH] Fix build on systems not using glibc's libiconv
+
+Fixes: https://bugs.gentoo.org/show_bug.cgi?id=242812
+Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
+
+---
+ XMPFiles/source/Makefile.am | 3 ++-
+ configure.ac | 2 ++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
+
+diff --git a/XMPFiles/source/Makefile.am b/XMPFiles/source/Makefile.am
+index 6d1a1d3..d1020d0 100644
+--- a/XMPFiles/source/Makefile.am
++++ b/XMPFiles/source/Makefile.am
+@@ -53,5 +53,6 @@ libXMPFiles_la_SOURCES = WXMPFiles.cpp XMPFiles.cpp \
+ libXMPFiles_la_LIBADD = ./FileHandlers/libxmpfilehandlers.la \
+ ./FormatSupport/libformatsupport.la \
+ ./PluginHandler/libpluginhandler.la \
+- ./NativeMetadataSupport/libnativemetadata.la
++ ./NativeMetadataSupport/libnativemetadata.la \
++ @LTLIBICONV@
+ #libXMPFiles_la_LDFLAGS = -version-info @LIBXMPCORE_VERSION_INFO@
+diff --git a/configure.ac b/configure.ac
+index a4ee14f..e1033c1 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -115,6 +115,8 @@ AC_CHECK_HEADER(iconv.h, ,
+ 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])
+--
+2.12.2
+