Date: Thursday, November 10, 2011 @ 19:32:58
  Author: bisson
Revision: 142511

disable-sse2 not needed for i686 anymore

Modified:
  audacious/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2011-11-10 22:56:18 UTC (rev 142510)
+++ PKGBUILD    2011-11-11 00:32:58 UTC (rev 142511)
@@ -22,8 +22,7 @@
 
 build() {
        cd "${srcdir}/${pkgname}-${pkgver}"
-       [[ ${CARCH} == x86_64 ]] && _extraopts='' || _extraopts='--disable-sse2'
-       ./configure --prefix=/usr ${_extraopts}
+       ./configure --prefix=/usr
        make
 }
 

Reply via email to