The following reply was made to PR ports/169896; it has been noted by GNATS.
From: Jan Beich <[email protected]> To: [email protected] Cc: Subject: Re: ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default Date: Fri, 30 Nov 2012 21:45:52 +1200 --=-=-= Content-Type: text/plain So, what's holding this? linux-firefox still has no sound without the fix. Here's an another way (linux_base-style like ports/174012): --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=symlink.diff Index: audio/linux-f10-alsa-lib/Makefile =================================================================== --- audio/linux-f10-alsa-lib/Makefile (revision 307884) +++ audio/linux-f10-alsa-lib/Makefile (working copy) @@ -25,4 +25,7 @@ RPMVERSION= 2.fc10 BRANDELF_FILES= usr/bin/aserver USE_LDCONFIG= yes +post-install: + ${LN} -sf ${LOCALBASE}/etc/asound.conf ${LINUXBASE}/etc/asound.conf + .include <bsd.port.mk> --=-=-=-- _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-emulation To unsubscribe, send any mail to "[email protected]"
