Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/exempi/files: exempi-2.1.1-iconv.patch
Date: Wed, 17 Feb 2010 08:45:58
Message-Id: E1NhfXf-0002j1-JR@stork.gentoo.org
1 ssuominen 10/02/17 08:45:55
2
3 Added: exempi-2.1.1-iconv.patch
4 Log:
5 Fix missing -liconv with ~x86-fbsd and keyword wrt #242812.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/exempi/files/exempi-2.1.1-iconv.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/exempi/files/exempi-2.1.1-iconv.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/exempi/files/exempi-2.1.1-iconv.patch?rev=1.1&content-type=text/plain
13
14 Index: exempi-2.1.1-iconv.patch
15 ===================================================================
16 http://bugs.gentoo.org/show_bug.cgi?id=242812
17
18 --- configure.ac
19 +++ configure.ac
20 @@ -104,6 +104,8 @@
21 AC_CHECK_HEADER(zlib.h, ,
22 AC_MSG_ERROR([zlib headers missing]))
23
24 +AM_ICONV_LINK
25 +
26 dnl Blatently copied from iconv.m4 to remove the crack about libtool
27 dnl But check for constness of the iconv parameters.
28 AC_MSG_CHECKING([for iconv declaration])
29 --- source/XMPFiles/Makefile.am
30 +++ source/XMPFiles/Makefile.am
31 @@ -62,5 +62,5 @@
32
33
34 libXMPFiles_la_LIBADD = ./FileHandlers/libxmpfilehandlers.la \
35 - ./FormatSupport/libformatsupport.la
36 + ./FormatSupport/libformatsupport.la @LTLIBICONV@
37 #libXMPFiles_la_LDFLAGS = -version-info @LIBXMPCORE_VERSION_INFO@