pkgsrc/devel/exempi/Makefile

30 lines
722 B
Makefile
Raw Normal View History

2014-08-13 12:57:32 +02:00
# $NetBSD: Makefile,v 1.18 2014/08/13 10:57:34 adam Exp $
#
DISTNAME= exempi-2.1.1
2014-08-13 12:57:32 +02:00
PKGREVISION= 9
CATEGORIES= devel graphics
MASTER_SITES= http://libopenraw.freedesktop.org/download/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://libopenraw.freedesktop.org/wiki/Exempi
COMMENT= XMP library
2010-01-30 17:27:59 +01:00
LICENSE= modified-bsd
GNU_CONFIGURE= yes
CONFIGURE_ENV+= ac_cv_tls=none
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
USE_LANGUAGES= c c++
Make sure that the libraries are linked with libiconv if necessary, to avoid the build failing like so (on Linux systems): g++ -fexceptions -funsigned-char -fPIC -Wno-multichar -Wno-implicit -Wno-ctor-dtor-privacy -O2 -I/tmp/pkgsrc1/devel/exempi/work/.buildlink/include -Wl,-R/usr/pkgroot1/lib -o xmpfilescoverage XMPFilesCoverage.o -L/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPCore/.libs/libXMPCore.a ../../source/XMPFiles/.libs/libXMPFiles.a ../../source/common/.libs/libxmpcommon.a /tmp/pkgsrc1/devel/exempi/work/.buildlink/lib/libexpat.so ../../third-party/MD5/.libs/libmd5.a -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib -Wl,--rpath -Wl,/tmp/pkgsrc1/devel/exempi/work/.buildlink/lib ../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::Latin1ToUTF8(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)': Reconcile_Impl.cpp:(.text+0x1a1): undefined reference to `libiconv_open' Reconcile_Impl.cpp:(.text+0x1f0): undefined reference to `libiconv' Reconcile_Impl.cpp:(.text+0x1fb): undefined reference to `libiconv_close' ../../source/XMPFiles/.libs/libXMPFiles.a(Reconcile_Impl.o): In function `ReconcileUtils::UTF8ToLatin1(void const*, unsigned int, std::basic_string<char, std::char_traits<char>, std::allocator<char> >*)': Reconcile_Impl.cpp:(.text+0x341): undefined reference to `libiconv_open' Reconcile_Impl.cpp:(.text+0x390): undefined reference to `libiconv' Reconcile_Impl.cpp:(.text+0x39b): undefined reference to `libiconv_close' collect2: ld returned 1 exit status *** Error code 1
2009-01-08 09:42:41 +01:00
CONFIGURE_ARGS+= LIBS=${BUILDLINK_LDADD.iconv:Q}
PKGCONFIG_OVERRIDE+= exempi/exempi-2.0.pc.in
.include "options.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"
.include "../../textproc/expat/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"