summaryrefslogtreecommitdiffstats
path: root/extra/flac/Pkgfile
diff options
context:
space:
mode:
authorSibelle <sibelle at gmail dot com>2010-12-23 21:08:27 +0000
committerSibelle <sibelle at gmail dot com>2010-12-23 21:08:27 +0000
commit548402f26262665077c3e2c3cbf704ce2a18dad1 (patch)
treea848ca3a1c41184a37d31d5eef5e85ee583fa211 /extra/flac/Pkgfile
parentbbf51ef7932ee858504a552a95bffccd5397f18b (diff)
downloadnutyx-pakxe-548402f26262665077c3e2c3cbf704ce2a18dad1.tar.gz
nutyx-pakxe-548402f26262665077c3e2c3cbf704ce2a18dad1.tar.bz2
nutyx-pakxe-548402f26262665077c3e2c3cbf704ce2a18dad1.tar.xz
nutyx-pakxe-548402f26262665077c3e2c3cbf704ce2a18dad1.zip
flac, maj nom patch pour éviter doublon
Diffstat (limited to 'extra/flac/Pkgfile')
-rwxr-xr-xextra/flac/Pkgfile5
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 \