summaryrefslogtreecommitdiff
path: root/security
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 /security
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 'security')
-rw-r--r--security/gnupg2/Makefile4
-rw-r--r--security/polkit/Makefile4
2 files changed, 3 insertions, 5 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 78af1957a1c..10a1a7b4826 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.135 2022/07/12 05:46:00 adam Exp $
+# $NetBSD: Makefile,v 1.136 2022/08/09 12:08:29 jperkin Exp $
DISTNAME= gnupg-2.2.36
PKGNAME= ${DISTNAME:S/gnupg-/gnupg2-/}
@@ -36,7 +36,7 @@ TEST_TARGET= check
LDFLAGS.NetBSD+= -lintl
LDFLAGS.Darwin+= -lintl -lresolv
LDFLAGS.FreeBSD+= -lintl
-LDFLAGS.SunOS+= -lintl -lsocket -lrt
+LDFLAGS.SunOS+= -lsocket -lrt
LDFLAGS.Linux+= -lrt
.include "options.mk"
diff --git a/security/polkit/Makefile b/security/polkit/Makefile
index 33d8f685e2a..d651e84040e 100644
--- a/security/polkit/Makefile
+++ b/security/polkit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.45 2022/07/29 16:29:09 jperkin Exp $
+# $NetBSD: Makefile,v 1.46 2022/08/09 12:08:30 jperkin Exp $
DISTNAME= polkit-0.120
PKGREVISION= 4
@@ -41,8 +41,6 @@ CONFIGURE_ARGS+= --disable-libelogind
CONFIGURE_ARGS+= --with-duktape
CONFIGURE_ARGS+= --enable-introspection
-LIBS.SunOS+= -lintl
-
.include "../../mk/bsd.prefs.mk"
POLKITD_USER?= polkitd