diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-06-17 11:48:15 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-06-17 11:48:15 +0000 |
commit | ebf0b606337ea982a27b59f61f9468f534d05ce1 (patch) | |
tree | dad85f5caa06962c5a5d822e169fceb2eb8e7e64 /devel/libuuid | |
parent | 6d77763525b7f1d3efeec61bbcde02602e45f18a (diff) | |
download | pkgsrc-ebf0b606337ea982a27b59f61f9468f534d05ce1.tar.gz |
The GNU ld arg changed value slightly, adjust BUILDLINK_TRANSFORM. Fixes
build on SunOS.
Diffstat (limited to 'devel/libuuid')
-rw-r--r-- | devel/libuuid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libuuid/Makefile b/devel/libuuid/Makefile index 7c37079df4a..cc254d8e91a 100644 --- a/devel/libuuid/Makefile +++ b/devel/libuuid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2015/06/17 10:24:12 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/06/17 11:48:15 fhajny Exp $ DISTNAME= util-linux-2.26.2 PKGNAME= ${DISTNAME:S/util-linux/libuuid/} @@ -27,7 +27,7 @@ USE_TOOLS+= bash:build .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "Darwin" || ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./libuuid/src/uuid.sym +BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=./libuuid/src/libuuid.sym .endif do-install: |