pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/poppler-cpp poppler-cpp: SunOS needs explicit -l...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3699be43654b
branches:  trunk
changeset: 372821:3699be43654b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Dec 18 12:54:10 2017 +0000

description:
poppler-cpp: SunOS needs explicit -liconv for feature test.

diffstat:

 print/poppler-cpp/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 4cd77c69d4a3 -r 3699be43654b print/poppler-cpp/Makefile
--- a/print/poppler-cpp/Makefile        Mon Dec 18 12:49:39 2017 +0000
+++ b/print/poppler-cpp/Makefile        Mon Dec 18 12:54:10 2017 +0000
@@ -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 @@
 # 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"
 



Home | Main Index | Thread Index | Old Index