summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorahoka <ahoka>2011-01-20 14:23:42 +0000
committerahoka <ahoka>2011-01-20 14:23:42 +0000
commit3186b12dccce9bfa437f049cc891496b775ae339 (patch)
tree1a8f86fe0febffc4a1d377efd2c0ca2a07cd446d /audio
parent8fc723e50d6327e510fd792e38454b3589040ea0 (diff)
downloadpkgsrc-3186b12dccce9bfa437f049cc891496b775ae339.tar.gz
revert previous (except the build fix patch)
i was notified that a proposed fix is available
Diffstat (limited to 'audio')
-rw-r--r--audio/pulseaudio/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 3a21c5e47b8..5bf33eea794 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.43 2011/01/20 13:08:59 ahoka Exp $
+# $NetBSD: Makefile,v 1.44 2011/01/20 14:23:42 ahoka Exp $
# NOTE: Please send a copy of any patches that are not pkgsrc-specific
# to <pulseaudio-discuss@mail.0pointer.de>
PULSEAUDIO_VER= 0.9.21
-PKGREVISION= 8
+PKGREVISION= 7
DISTNAME= pulseaudio-${PULSEAUDIO_VER}
CATEGORIES= audio
MASTER_SITES= http://0pointer.de/lennart/projects/pulseaudio/
@@ -66,11 +66,6 @@ SUBST_SED.padsp= -e 's@libpulsedsp\.so@${PREFIX}/lib/&@'
# broken test for TLS
CONFIGURE_ENV+= cc_cv_tls___thread=no
.endif
-# try to avoid an assertion in rtpoll.c (could be caused by a possible
-# bug in NetBSD-current's poll) by using the select(2) wrapper
-.if ${OPSYS} == "NetBSD" && !empty(OS_VERSION:M5.99.*)
-CONFIGURE_ENV+= ac_cv_header_poll_h=no
-.endif
# see PR 42820
.if ${OPSYS} == "NetBSD" && ${OS_VERSION:M4.*} != ""
BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined