diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-12-18 12:54:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-12-18 12:54:10 +0000 |
commit | debbd921e43eb3146f310c6b2b8e7dc0c8d78e6a (patch) | |
tree | bc12e600d49565a319532bf1283ef50acf2dc872 /print | |
parent | 309e752819266e62402ac7fcf692627c50ae3e03 (diff) | |
download | pkgsrc-debbd921e43eb3146f310c6b2b8e7dc0c8d78e6a.tar.gz |
poppler-cpp: SunOS needs explicit -liconv for feature test.
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler-cpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile index 81296859d47..624b29b9c60 100644 --- a/print/poppler-cpp/Makefile +++ b/print/poppler-cpp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2017/12/08 08:52:56 maya Exp $ +# $NetBSD: Makefile,v 1.16 2017/12/18 12:54:10 jperkin Exp $ PKGREVISION= 1 .include "../../print/poppler/Makefile.common" @@ -31,6 +31,8 @@ CMAKE_ARGS+= -DENABLE_QT5=OFF # Don't build libcurl based HTTP support. ## might want to include CMAKE_ARGS+= -DENABLE_LIBCURL=OFF +LDFLAGS.SunOS+= -liconv + BUILDLINK_API_DEPENDS.poppler+= poppler-${POPPLER_VERS}{,nb*} .include "../../print/poppler/buildlink3.mk" |