summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2013-07-08 11:39:31 +0000
committertron <tron>2013-07-08 11:39:31 +0000
commit8ca2701988c80e149d78e58bc8ce110e8007fa78 (patch)
tree88793fe4a3a7a77881fee28679b989f4b1afe0f5
parentd0d3faa857550b197489e3e08129a4c9d5d56c8c (diff)
downloadpkgsrc-8ca2701988c80e149d78e58bc8ce110e8007fa78.tar.gz
Pullup ticket #4173 - requested by rodent
audio/libfishsound: build fix Revisions pulled up: - audio/libfishsound/Makefile 1.2 --- Module Name: pkgsrc Committed By: rodent Date: Sun Jul 7 18:15:55 UTC 2013 Modified Files: pkgsrc/audio/libfishsound: Makefile Log Message: Remove -Wl,--version-script=Version_script to fix build on SunOS.
-rw-r--r--audio/libfishsound/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/libfishsound/Makefile b/audio/libfishsound/Makefile
index 43be4ec502f..21c6c21de1a 100644
--- a/audio/libfishsound/Makefile
+++ b/audio/libfishsound/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/05/09 00:42:45 rodent Exp $
+# $NetBSD: Makefile,v 1.1.2.1 2013/07/08 11:39:31 tron Exp $
#
DISTNAME= libfishsound-1.0.0
@@ -18,6 +18,10 @@ PKGCONFIG_OVERRIDE+= fishsound.pc.in
.include "options.mk"
+.if ${OPSYS} == "SunOS"
+BUILDLINK_TRANSFORM+= rm:-Wl,--version-script=Version_script
+.endif
+
.include "../../multimedia/liboggz/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../audio/libsndfile/buildlink3.mk"