diff options
author | hans <hans@pkgsrc.org> | 2011-10-12 16:46:15 +0000 |
---|---|---|
committer | hans <hans@pkgsrc.org> | 2011-10-12 16:46:15 +0000 |
commit | f23304e0ead401e1094b876fa81684eac677d9bd (patch) | |
tree | fd0cb4d2d046011ac0aa04cb5b0393cb7540ea31 /audio/pulseaudio | |
parent | 90c14b2421a26042bfe2bb94960f509d87fe823d (diff) | |
download | pkgsrc-f23304e0ead401e1094b876fa81684eac677d9bd.tar.gz |
Fix build on SunOS 5.10 (and probably older versions, too).
SunOS 5.10 doesn't have SO_TIMESTAMP, and it also lacks oss. For some
reason the lack of oss also causes hal support to be disabled.
Diffstat (limited to 'audio/pulseaudio')
-rw-r--r-- | audio/pulseaudio/Makefile | 12 | ||||
-rw-r--r-- | audio/pulseaudio/PLIST | 4 | ||||
-rw-r--r-- | audio/pulseaudio/distinfo | 5 |
3 files changed, 13 insertions, 8 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index b655bcc60c8..f50a97be87a 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2011/09/14 15:53:35 hans Exp $ +# $NetBSD: Makefile,v 1.50 2011/10/12 16:46:15 hans Exp $ # NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de> @@ -78,15 +78,17 @@ PLIST_SUBST+= PULSEAUDIO_VER=${PULSEAUDIO_VER:Q} BUILDLINK_TRANSFORM+= rm:-Wl,-version-script=./map-file BUILDLINK_TRANSFORM+= rm:-Wl,-no-undefined BUILDLINK_TRANSFORM+= rm:-Wl,-z rm:-Wl,nodelete +.elif ${OPSYS} == "SunOS" +PLIST.sun= yes +. if ${OS_VERSION} == "5.11" +PLIST.hal= yes +PLIST.oss= yes +. endif .else PLIST.hal= yes PLIST.oss= yes .endif -.if ${OPSYS} == "SunOS" -PLIST.sun= yes -.endif - CFLAGS.SunOS+= -std=c99 PKG_GROUPS= ${PULSE_GROUP} diff --git a/audio/pulseaudio/PLIST b/audio/pulseaudio/PLIST index faee8b7ec1c..1179e45e2de 100644 --- a/audio/pulseaudio/PLIST +++ b/audio/pulseaudio/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2011/09/14 15:53:35 hans Exp $ +@comment $NetBSD: PLIST,v 1.9 2011/10/12 16:46:15 hans Exp $ bin/esdcompat bin/pacat bin/pacmd @@ -55,7 +55,7 @@ lib/pkgconfig/libpulse.pc lib/pulse-${PULSEAUDIO_VER}/modules/libcli.a lib/pulse-${PULSEAUDIO_VER}/modules/libcli.so ${PLIST.oss}lib/pulse-${PULSEAUDIO_VER}/modules/liboss-util.a -lib/pulse-${PULSEAUDIO_VER}/modules/liboss-util.so +${PLIST.oss}lib/pulse-${PULSEAUDIO_VER}/modules/liboss-util.so lib/pulse-${PULSEAUDIO_VER}/modules/libprotocol-cli.a lib/pulse-${PULSEAUDIO_VER}/modules/libprotocol-cli.so lib/pulse-${PULSEAUDIO_VER}/modules/libprotocol-esound.a diff --git a/audio/pulseaudio/distinfo b/audio/pulseaudio/distinfo index 24e77eb3f67..099f686ebd2 100644 --- a/audio/pulseaudio/distinfo +++ b/audio/pulseaudio/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.27 2011/09/14 15:53:35 hans Exp $ +$NetBSD: distinfo,v 1.28 2011/10/12 16:46:15 hans Exp $ SHA1 (pulseaudio-0.9.21.tar.gz) = 0309c97f7e0812e243c1bb80a4b74dc26369ac22 RMD160 (pulseaudio-0.9.21.tar.gz) = 6db0725253228b673a78cbfae4824fadce2198ed @@ -20,5 +20,8 @@ SHA1 (patch-dc) = fe5f8e6eec89ec832d9d161fa0a201e64a841a0c SHA1 (patch-dd) = bfccd97ecf3be1ae9ac41a642b356743e055550f SHA1 (patch-de) = 3b8423a5936b8434de22fdd04ff2057dde09a2b8 SHA1 (patch-poll_c-build-fix) = f9a2e86275431c53257c596974a6973c8034b1f0 +SHA1 (patch-src_modules_bluetooth_module-bluetooth-device.c) = 2c107e60772d53970365ab60a3d2fc52a6df2034 +SHA1 (patch-src_modules_rtp_module-rtp-recv.c) = 4119c37ac184bc6794304c50fd57e6c8a69fdd31 +SHA1 (patch-src_modules_rtp_rtp.c) = 00973c7a08f1809d35f9b61b569888bbed14ce6b SHA1 (patch-src_pulsecore_macro.h) = 635629d334529021d0dca2defe9c757c4cd20c5b SHA1 (patch-src_pulsecore_svolume_mmx.c) = ad1a1be7c1acf52c41447b2fb7d7dcd4c2da204b |