[SVN-Commit] r875 - in branches/experimental: mail/linux-thunderbird www/linux-firefox www/linux-seamonkey

svn-freebsd-gecko at chruetertee.ch svn-freebsd-gecko at chruetertee.ch
Sun Jul 15 23:35:04 UTC 2012


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>


More information about the freebsd-gecko mailing list