summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsibel <lesibel@free.fr>2010-09-08 12:30:30 +0200
committersibel <lesibel@free.fr>2010-09-08 12:30:30 +0200
commita1d1c0147e16eef112daeb9e33a0bd23822607b9 (patch)
tree009ded61348a4f44eadc461437399cd44e69bbe3
parent97e508aed0bda79e242b8d6bf53d0831a76a2dcc (diff)
downloadnutyx-extra-a1d1c0147e16eef112daeb9e33a0bd23822607b9.tar.gz
nutyx-extra-a1d1c0147e16eef112daeb9e33a0bd23822607b9.tar.bz2
nutyx-extra-a1d1c0147e16eef112daeb9e33a0bd23822607b9.tar.xz
nutyx-extra-a1d1c0147e16eef112daeb9e33a0bd23822607b9.zip
maj de cdparanoia#10.2-5
-rw-r--r--base/cdparanoia/Pkgfile11
1 files changed, 4 insertions, 7 deletions
diff --git a/base/cdparanoia/Pkgfile b/base/cdparanoia/Pkgfile
index 59fdf931f..8130423ac 100644
--- a/base/cdparanoia/Pkgfile
+++ b/base/cdparanoia/Pkgfile
@@ -6,7 +6,7 @@
name=cdparanoia
version=10.2
-release=4
+release=5
source=(http://downloads.xiph.org/releases/cdparanoia/$name-III-$version.src.tgz\
cdparanoia-gcc43.patch)
@@ -16,10 +16,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/share/man
- # cdparanoia ne supporte pas la parallelisation paramétrée dans pkgmk.conf
- _MAKE=MAKEFLAGS
- export MAKEFLAGS='-j 1'
- make
- make prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
- export MAKEFLAGS= _MAKE
+ unset MAKEFLAGS
+ make
+ make prefix=$PKG/usr MANDIR=$PKG/usr/share/man install
}