ports/169896: [patch] audio/linux-f10-alsa-lib: use OSS plugin by default
Jan Beich
jbeich at tormail.org
Fri Nov 30 09:50:02 UTC 2012
The following reply was made to PR ports/169896; it has been noted by GNATS.
From: Jan Beich <jbeich at tormail.org>
To: bug-followup at freebsd.org
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>
--=-=-=--
More information about the freebsd-emulation
mailing list