p7zip: downgrade revision for now (broken).
This commit is contained in:
parent
625aac5c35
commit
cefe6b4497
1 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
pkgname=p7zip
|
pkgname=p7zip
|
||||||
version=9.20.1
|
version=9.20.1
|
||||||
wrksrc=${pkgname}_${version}
|
wrksrc=${pkgname}_${version}
|
||||||
revision=3
|
revision=2
|
||||||
hostmakedepends="yasm nasm"
|
hostmakedepends="yasm nasm"
|
||||||
short_desc="Command-line version of the 7zip compressed file archive"
|
short_desc="Command-line version of the 7zip compressed file archive"
|
||||||
homepage="http://p7zip.sourceforge.net/"
|
homepage="http://p7zip.sourceforge.net/"
|
||||||
|
@ -12,14 +12,14 @@ distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}_${version}_src_all.tar.bz2"
|
||||||
checksum=49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
|
checksum=49557e7ffca08100f9fc687f4dfc5aea703ca207640c76d9dee7b66f03cb4782
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
if [ "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
cp makefile.linux_amd64_asm makefile.machine
|
i686*) cp makefile.linux_x86_asm_gcc_4.X makefile.machine;;
|
||||||
else
|
x86_64*) cp makefile.linux_amd64_asm makefile.machine;;
|
||||||
cp makefile.linux_x86_asm_gcc_4.X makefile.machine
|
*) cp makefile.linux_any_cpu_gcc_4.X makefile.machine;;
|
||||||
fi
|
esac
|
||||||
sed -i "s|usr/local|usr|g" makefile
|
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() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue