pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/poppler-cpp
Module Name: pkgsrc
Committed By: jperkin
Date: Mon Dec 18 12:54:10 UTC 2017
Modified Files:
pkgsrc/print/poppler-cpp: Makefile
Log Message:
poppler-cpp: SunOS needs explicit -liconv for feature test.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/print/poppler-cpp/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/poppler-cpp/Makefile
diff -u pkgsrc/print/poppler-cpp/Makefile:1.15 pkgsrc/print/poppler-cpp/Makefile:1.16
--- pkgsrc/print/poppler-cpp/Makefile:1.15 Fri Dec 8 08:52:56 2017
+++ pkgsrc/print/poppler-cpp/Makefile Mon Dec 18 12:54:10 2017
@@ -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"
Home |
Main Index |
Thread Index |
Old Index