pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/libfishsound Remove -Wl,--version-script=Version...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3242f62ae039
branches:  trunk
changeset: 621381:3242f62ae039
user:      rodent <rodent%pkgsrc.org@localhost>
date:      Sun Jul 07 18:15:55 2013 +0000

description:
Remove -Wl,--version-script=Version_script to fix build on SunOS.

diffstat:

 audio/libfishsound/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 2a71e0c08c3a -r 3242f62ae039 audio/libfishsound/Makefile
--- a/audio/libfishsound/Makefile       Sun Jul 07 18:13:56 2013 +0000
+++ b/audio/libfishsound/Makefile       Sun Jul 07 18:15:55 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2013/05/09 00:42:45 rodent Exp $
+# $NetBSD: Makefile,v 1.2 2013/07/07 18:15:55 rodent Exp $
 #
 
 DISTNAME=      libfishsound-1.0.0
@@ -18,6 +18,10 @@
 
 .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"



Home | Main Index | Thread Index | Old Index