summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2014-09-10 15:59:33 +0000
committerjperkin <jperkin@pkgsrc.org>2014-09-10 15:59:33 +0000
commit15a7a2a71320879cffdaec8c9714c26fe185f169 (patch)
tree01a41176caab5114bb50272a714a00db670bdcf7 /sysutils
parent485b89c19626686c6415c32f122b6846529db262 (diff)
downloadpkgsrc-15a7a2a71320879cffdaec8c9714c26fe185f169.tar.gz
Expand --version-script removals for SunOS back out into package Makefiles
rather than trying to consolidate into a single fnmatch. There aren't that many of them, and it will aid the integration of cwrappers which doesn't support globs.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/libgamin/Makefile4
-rw-r--r--sysutils/vcdimager-devel/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/sysutils/libgamin/Makefile b/sysutils/libgamin/Makefile
index 365767908f0..46424bc1410 100644
--- a/sysutils/libgamin/Makefile
+++ b/sysutils/libgamin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2010/04/18 18:22:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2014/09/10 15:59:33 jperkin Exp $
.include "../../sysutils/gamin/Makefile.common"
PKGNAME= ${DISTNAME:S/^gamin/lib&/}
@@ -16,7 +16,7 @@ post-install:
.include "options.mk"
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./gamin_sym.version
.endif
diff --git a/sysutils/vcdimager-devel/Makefile b/sysutils/vcdimager-devel/Makefile
index cee8950b936..27d1b663c72 100644
--- a/sysutils/vcdimager-devel/Makefile
+++ b/sysutils/vcdimager-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2014/08/28 10:58:19 jperkin Exp $
+# $NetBSD: Makefile,v 1.45 2014/09/10 15:59:33 jperkin Exp $
#
DISTNAME= vcdimager-0.7.24
@@ -20,7 +20,7 @@ PKGCONFIG_OVERRIDE+= libvcdinfo.pc.in
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin"
+.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=libvcdinfo.la.ver
.endif