summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
committerjperkin <jperkin@pkgsrc.org>2022-08-09 12:08:27 +0000
commita77729245b392c9b6613bcb6e910961a45adb77a (patch)
tree2205f0fbf69293361282d6743184c6be82a92e37 /print
parentbc7be69155f5a762584a114cc42cf44ab2f2d461 (diff)
downloadpkgsrc-a77729245b392c9b6613bcb6e910961a45adb77a.tar.gz
*: Remove hardcoded -liconv / -lintl on SunOS.
This is now handled centrally via OPSYS_EXPLICIT_LIBDEPS support in libiconv and gettext-lib.
Diffstat (limited to 'print')
-rw-r--r--print/fig2dev/Makefile4
-rw-r--r--print/poppler-cpp/Makefile4
2 files changed, 2 insertions, 6 deletions
diff --git a/print/fig2dev/Makefile b/print/fig2dev/Makefile
index d888c3e3fdb..468097e9156 100644
--- a/print/fig2dev/Makefile
+++ b/print/fig2dev/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/07/21 05:32:49 fcambus Exp $
+# $NetBSD: Makefile,v 1.9 2022/08/09 12:08:31 jperkin Exp $
DISTNAME= fig2dev-3.2.8a
CATEGORIES= graphics print
@@ -11,8 +11,6 @@ COMMENT= Convert .fig files to graphical or printable formats
GNU_CONFIGURE= yes
-LDFLAGS.SunOS+= -liconv
-
USE_TOOLS+= gs:run
.include "../../graphics/png/buildlink3.mk"
diff --git a/print/poppler-cpp/Makefile b/print/poppler-cpp/Makefile
index 82b7773f54f..f973fdde045 100644
--- a/print/poppler-cpp/Makefile
+++ b/print/poppler-cpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2021/05/20 11:49:47 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2022/08/09 12:08:32 jperkin Exp $
.include "../../print/poppler/Makefile.common"
@@ -23,8 +23,6 @@ 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"