summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-08-28 10:58:18 +0000
committerjperkin <jperkin@pkgsrc.org>2014-08-28 10:58:18 +0000
commit6ab8810a8bc171c7a5c10394c6f45254fbedb09b (patch)
treec382a566690538c0cbcb0ba24eb71ff2c2763f29 /sysutils
parente31f8b71955f2b97f2a94c10f49f0cc15025295b (diff)
downloadpkgsrc-6ab8810a8bc171c7a5c10394c6f45254fbedb09b.tar.gz
Remove SunOS BUILDLINK_TRANSFORM instances which remove -Wl,--* GNU ld
arguments, these are now handled globally by mk/platform/SunOS.mk
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/hal/Makefile4
-rw-r--r--sysutils/vcdimager-devel/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/hal/Makefile b/sysutils/hal/Makefile
index 6557fabdae4..7ebdc18d75b 100644
--- a/sysutils/hal/Makefile
+++ b/sysutils/hal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2014/08/06 12:21:03 obache Exp $
+# $NetBSD: Makefile,v 1.70 2014/08/28 10:58:18 jperkin Exp $
DISTNAME= hal-0.5.14
PKGREVISION= 13
@@ -72,7 +72,7 @@ PLIST_SRC= PLIST
CFLAGS.SunOS+= -Du_int32_t=uint32_t
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "Darwin"
BUILDLINK_TRANSFORM+= rm:-Wl,--as-needed
.endif
diff --git a/sysutils/vcdimager-devel/Makefile b/sysutils/vcdimager-devel/Makefile
index 037fccc6c66..cee8950b936 100644
--- a/sysutils/vcdimager-devel/Makefile
+++ b/sysutils/vcdimager-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2013/12/21 11:15:08 jperkin Exp $
+# $NetBSD: Makefile,v 1.44 2014/08/28 10:58:19 jperkin Exp $
#
DISTNAME= vcdimager-0.7.24
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= libvcdinfo.pc.in
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin"
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=libvcdinfo.la.ver
.endif