Date: Sun, 15 Jul 2012 23:34:52 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r875 - in branches/experimental: mail/linux-thunderbird www/linux-firefox www/linux-seamonkey Message-ID: <201207152334.q6FNYqAF037213@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Sun Jul 15 23:34:51 2012
New Revision: 875
Log:
make sound work in linux ports
Depends on: ports/169896
Modified:
branches/experimental/mail/linux-thunderbird/Makefile
branches/experimental/www/linux-firefox/Makefile
branches/experimental/www/linux-seamonkey/Makefile
Modified: branches/experimental/mail/linux-thunderbird/Makefile
==============================================================================
--- branches/experimental/mail/linux-thunderbird/Makefile Thu Jul 12 21:57:15 2012 (r874)
+++ branches/experimental/mail/linux-thunderbird/Makefile Sun Jul 15 23:34:51 2012 (r875)
@@ -16,7 +16,7 @@
USE_BZIP2= yes
-USE_LINUX_APPS= dbusglib dbuslibs alsalib
+USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss
.include "${.CURDIR}/../../www/linux-seamonkey/Makefile.common"
.include <bsd.port.mk>
Modified: branches/experimental/www/linux-firefox/Makefile
==============================================================================
--- branches/experimental/www/linux-firefox/Makefile Thu Jul 12 21:57:15 2012 (r874)
+++ branches/experimental/www/linux-firefox/Makefile Sun Jul 15 23:34:51 2012 (r875)
@@ -18,7 +18,7 @@
USE_LDCONFIG= yes
USE_BZIP2= yes
-USE_LINUX_APPS= dbusglib dbuslibs alsalib
+USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss
.include "${.CURDIR}/../linux-seamonkey/Makefile.common"
.include <bsd.port.mk>
Modified: branches/experimental/www/linux-seamonkey/Makefile
==============================================================================
--- branches/experimental/www/linux-seamonkey/Makefile Thu Jul 12 21:57:15 2012 (r874)
+++ branches/experimental/www/linux-seamonkey/Makefile Sun Jul 15 23:34:51 2012 (r875)
@@ -15,7 +15,7 @@
USE_BZIP2= yes
-USE_LINUX_APPS= dbusglib dbuslibs alsalib
+USE_LINUX_APPS= dbusglib dbuslibs alsalib alsa-plugins-oss
.include "${.CURDIR}/Makefile.common"
.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207152334.q6FNYqAF037213>
