diff options
Diffstat (limited to 'extra/flac/Pkgfile')
-rwxr-xr-x | extra/flac/Pkgfile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/extra/flac/Pkgfile b/extra/flac/Pkgfile index 8145cfac5..8ba881fbf 100755 --- a/extra/flac/Pkgfile +++ b/extra/flac/Pkgfile @@ -8,13 +8,12 @@ name=flac version=1.2.1 release=1 source=( http://downloads.sourceforge.net/$name/$name-$version.tar.gz\ - http://nutyx.meticul.eu/files/patchs/$name/gcc4.patch) + http://nutyx.meticul.eu/files/patchs/$name/flac-1.2.1-gcc4.patch) build() { - export MAKEFLAGS="-j1" cd $name-$version - patch -Np0 -i ../gcc4.patch + patch -Np0 -i ../flac-1.2.1-gcc4.patch ./configure --prefix=/usr \ --mandir=/usr/share/man \ --infodir=/usr/share/info \ |