summaryrefslogtreecommitdiff
path: root/devel/libuuid
diff options
context:
space:
mode:
authorjperkin <jperkin>2014-08-28 10:58:18 +0000
committerjperkin <jperkin>2014-08-28 10:58:18 +0000
commit27ec8c5d159d35797b9cf2b36d852269d049e3cb (patch)
treec382a566690538c0cbcb0ba24eb71ff2c2763f29 /devel/libuuid
parentd60ed3f734f257b5e5b31f1c2814393b775a8e28 (diff)
downloadpkgsrc-27ec8c5d159d35797b9cf2b36d852269d049e3cb.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 'devel/libuuid')
-rw-r--r--devel/libuuid/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libuuid/Makefile b/devel/libuuid/Makefile
index 5a902f2ffd8..b8d1aecbbbc 100644
--- a/devel/libuuid/Makefile
+++ b/devel/libuuid/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2014/07/02 03:45:50 jnemeth Exp $
+# $NetBSD: Makefile,v 1.10 2014/08/28 10:58:18 jperkin Exp $
DISTNAME= util-linux-2.24.2
PKGNAME= ${DISTNAME:S/util-linux/libuuid/}
@@ -24,7 +24,7 @@ INSTALLATION_DIRS+= include/uuid lib/pkgconfig ${PKGMANDIR}/man3
.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS"
+.if ${OPSYS} == "Darwin"
BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./libuuid/src/uuid.sym
.endif