pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/pulseaudio Add fix for NetBSD-4*, from Robert El...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33d27a3845ea
branches:  trunk
changeset: 572259:33d27a3845ea
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Feb 22 21:48:03 2010 +0000

description:
Add fix for NetBSD-4*, from Robert Elz in PR 42820.

diffstat:

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

diffs (20 lines):

diff -r d252a2bc2623 -r 33d27a3845ea audio/pulseaudio/Makefile
--- a/audio/pulseaudio/Makefile Mon Feb 22 21:41:29 2010 +0000
+++ b/audio/pulseaudio/Makefile Mon Feb 22 21:48:03 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.34 2010/02/02 12:39:14 jmcneill Exp $
+# $NetBSD: Makefile,v 1.35 2010/02/22 21:48:03 wiz Exp $
 
 # NOTE: Please send a copy of any patches that are not pkgsrc-specific
 # to <pulseaudio-discuss%mail.0pointer.de@localhost>
@@ -66,6 +66,10 @@
 # broken test for TLS
 CONFIGURE_ENV+=                cc_cv_tls___thread=no
 .endif
+# see PR 42820
+.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M4.*} != ""
+BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
+.endif
 
 PLIST_VARS+=           evdev hal oss
 PLIST_SUBST+=          PULSEAUDIO_VER=${PULSEAUDIO_VER:Q}



Home | Main Index | Thread Index | Old Index