Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=76c07713924f917f5f91e63f973262aa187ef688

commit 76c07713924f917f5f91e63f973262aa187ef688
Author: Elentir <elen...@frugalware.org>
Date:   Tue May 17 15:25:08 2011 +0200

pacman-g2-3.8.2-2-arm

* fix makedepends on arm

diff --git a/source/base/pacman-g2/FrugalBuild 
b/source/base/pacman-g2/FrugalBuild
index 9c78022..e4370cc 100644
--- a/source/base/pacman-g2/FrugalBuild
+++ b/source/base/pacman-g2/FrugalBuild
@@ -14,9 +14,16 @@ url="http://ftp.frugalware.org/pub/other/pacman-g2/";
backup=(etc/{makepkg,pacman-g2}.conf 
etc/pacman-g2/repos/{frugalware,frugalware-current})
depends=('libarchive>=2.8.3-4' 'glibc>=2.12.1' 'grep>=2.5.3-4' 'util-linux')
if ! Fuse $USE_MINIMAL; then
-       makedepends=('doxygen>=1.7.3-1' 'po4a' 'swig' \
+       ## temporarily disable some makedepends
+       if [ "$CARCH" == "arm" ]; then
+               makedepends=('po4a' 'swig' \
+                'asciidoc' 'docbook-xsl' \
+                'docbook-xml' 'sgml-common' 'cvs' 'vala')
+       else
+               makedepends=('doxygen>=1.7.3-1' 'po4a' 'swig' \
'openjdk' 'mono' 'asciidoc' 'docbook-xsl' \
'docbook-xml' 'sgml-common' 'cvs' 'vala')
+       fi
options=('scriptlet')
fi
Fuse $USE_DEVEL && makedepends=(${makedepends[@]} 'intltool')
@@ -58,7 +65,7 @@ build()
fi

CFLAGS=${CFLAGS/O2/O0}
-       if Fuse $USE_MINIMAL; then
+       if Fuse $USE_MINIMAL || [ "$CARCH" == "arm" ]; then
Fbuild
else
Fbuild_mono
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to