p7zip: downgrade revision for now (broken).

This commit is contained in:
Juan RP 2014-02-21 17:04:44 +01:00
parent 625aac5c35
commit cefe6b4497
1 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
pkgname=p7zip
version=9.20.1
wrksrc=${pkgname}_${version}
revision=3
revision=2
hostmakedepends="yasm nasm"
short_desc="Command-line version of the 7zip compressed file archive"
homepage="http://p7zip.sourceforge.net/"
@ -12,14 +12,14 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}_src_all.tar.bz2"
checksum=49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
do_build() {
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
cp makefile.linux_amd64_asm makefile.machine
else
cp makefile.linux_x86_asm_gcc_4.X makefile.machine
fi
case "$XBPS_TARGET_MACHINE" in
i686*) cp makefile.linux_x86_asm_gcc_4.X makefile.machine;;
x86_64*) cp makefile.linux_amd64_asm makefile.machine;;
*) cp makefile.linux_any_cpu_gcc_4.X makefile.machine;;
esac
sed -i "s|usr/local|usr|g" makefile
make all3 ${makejobs} CXX="$CXX" OPTFLAGS="${CXXFLAGS}"
make all4 CXX="$CXX" OPTFLAGS="${CXXFLAGS}" UNICODE=1
}
do_install() {