summaryrefslogtreecommitdiff
path: root/devel/libuuid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libuuid/Makefile')
-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