diff options
author | hans <hans@pkgsrc.org> | 2012-02-15 19:51:16 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2012-02-15 19:51:16 +0000 |
commit | 4e392de3d737d74bee2e30ec0cfaa312372ead32 (patch) | |
tree | c0057128d3b6a0cdb3d0b8ac3077d7131cca4aae /audio | |
parent | 13cdb43144cebd1152991598abaae866720f049a (diff) | |
download | pkgsrc-4e392de3d737d74bee2e30ec0cfaa312372ead32.tar.gz |
Fix build on SunOS, again.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/audacious-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/audacious-plugins/Makefile b/audio/audacious-plugins/Makefile index 742c66f3554..ceaf22ec5fc 100644 --- a/audio/audacious-plugins/Makefile +++ b/audio/audacious-plugins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2012/02/06 12:39:19 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2012/02/15 19:51:16 hans Exp $ # DISTNAME= audacious-plugins-1.5.1 @@ -57,6 +57,7 @@ PLIST.oss= yes .elif ${OPSYS} == "DragonFly" PLIST.oss= yes .elif ${OPSYS} == "SunOS" +BUILDLINK_TRANSFORM+= rm:-Wl,-export-dynamic CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t CONFIGURE_ARGS+= --enable-oss4 PLIST.oss4= yes |