Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242812
Collapse All | Expand All

(-)./exempi-2.0.2/source/XMPFiles/Makefile.am.old (-1 / +1 lines)
Lines 62-66 Link Here
62
62
63
63
64
libXMPFiles_la_LIBADD = ./FileHandlers/libxmpfilehandlers.la \
64
libXMPFiles_la_LIBADD = ./FileHandlers/libxmpfilehandlers.la \
65
	./FormatSupport/libformatsupport.la
65
	./FormatSupport/libformatsupport.la @LTLIBICONV@
66
#libXMPFiles_la_LDFLAGS = -version-info @LIBXMPCORE_VERSION_INFO@
66
#libXMPFiles_la_LDFLAGS = -version-info @LIBXMPCORE_VERSION_INFO@
(-)./exempi-2.0.2/configure.ac.old (+1 lines)
Lines 99-104 Link Here
99
	 AC_MSG_ERROR([expat headers missing]))
99
	 AC_MSG_ERROR([expat headers missing]))
100
AC_CHECK_HEADER(iconv.h, ,
100
AC_CHECK_HEADER(iconv.h, ,
101
	 AC_MSG_ERROR([iconv headers missing]))
101
	 AC_MSG_ERROR([iconv headers missing]))
102
AM_ICONV_LINK
102
103
103
dnl Blatently copied from iconv.m4 to remove the crack about libtool
104
dnl Blatently copied from iconv.m4 to remove the crack about libtool
104
dnl But check for constness of the iconv parameters.
105
dnl But check for constness of the iconv parameters.

Return to bug 242812