diff options
Diffstat (limited to 'mpg123/Pkgfile')
-rw-r--r-- | mpg123/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mpg123/Pkgfile b/mpg123/Pkgfile index 8ef69d056..65928e561 100644 --- a/mpg123/Pkgfile +++ b/mpg123/Pkgfile @@ -4,7 +4,7 @@ # Depends on: alsa-lib name=mpg123 -version=0.65 +version=0.66 release=1 source=(http://www.mpg123.de/download/$name-$version.tar.bz2) @@ -12,8 +12,7 @@ build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/man \ - --with-cpu=i586 \ - --with-optimization=2 \ + --with-cpu=x86 \ --with-audio=alsa \ --enable-gapless=yes make |