diff options
author | ahoka <ahoka@pkgsrc.org> | 2011-01-20 14:23:42 +0000 |
---|---|---|
committer | ahoka <ahoka@pkgsrc.org> | 2011-01-20 14:23:42 +0000 |
commit | d653b5de8b24249034e57bc1f8b6eca837281953 (patch) | |
tree | 1a8f86fe0febffc4a1d377efd2c0ca2a07cd446d | |
parent | 31d365809631b4130aa407d3514cdff52f9d6126 (diff) | |
download | pkgsrc-d653b5de8b24249034e57bc1f8b6eca837281953.tar.gz |
revert previous (except the build fix patch)
i was notified that a proposed fix is available
-rw-r--r-- | audio/pulseaudio/Makefile | 9 |
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 |