diff options
author | richard <richard@pkgsrc.org> | 2015-10-05 08:42:25 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2015-10-05 08:42:25 +0000 |
commit | 9fe665e9e4042764c0c891c278ad0e88e858e14f (patch) | |
tree | e09d8af4fe80c005410581b64ba35ee544e5210f /graphics/exiv2 | |
parent | 67d9cf45386b3752d08826de60fea8376b6f4cf3 (diff) | |
download | pkgsrc-9fe665e9e4042764c0c891c278ad0e88e858e14f.tar.gz |
SunOS needs -lsocket and -lnsl in LIBS
Diffstat (limited to 'graphics/exiv2')
-rw-r--r-- | graphics/exiv2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile index 2129005f3a1..bf7b4ba442a 100644 --- a/graphics/exiv2/Makefile +++ b/graphics/exiv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2014/11/27 23:36:09 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2015/10/05 08:42:25 richard Exp $ # Race condition between exiv2.cpp and creation of exv_conf.h MAKE_JOBS_SAFE= no @@ -9,6 +9,7 @@ USE_PKGLOCALEDIR= yes PKGCONFIG_OVERRIDE= config/exiv2.pc.in LDFLAGS.Linux+= -ldl +LIBS.SunOS+= -lsocket -lnsl .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" |