Add fix for NetBSD-4*, from Robert Elz in PR 42820.
This commit is contained in:
parent
44bc902b02
commit
3c1dab7861
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
@ -66,6 +66,10 @@ SUBST_SED.padsp= -e 's@libpulsedsp\.so@${PREFIX}/lib/&@'
|
|||
# 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}
|
||||
|
|
Loading…
Reference in a new issue