Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=44a56b8be1341dc172892c0cfe301abfcf234669
commit 44a56b8be1341dc172892c0cfe301abfcf234669 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Tue Sep 16 16:59:43 2008 +0200 imlib2-1.4.1-1-ppc added ppc to archs() diff --git a/source/xlib/imlib2/FrugalBuild b/source/xlib/imlib2/FrugalBuild index fcf5429..751f722 100644 --- a/source/xlib/imlib2/FrugalBuild +++ b/source/xlib/imlib2/FrugalBuild @@ -11,13 +11,13 @@ url="http://enlightenment.org" depends=('libtiff' 'freetype2' 'libxext' 'libjpeg' \ 'libsm' 'bzip2' 'libungif' 'libpng' 'libid3tag') groups=('xlib') -archs=('i686' 'x86_64') +archs=('i686' 'x86_64' 'ppc') up2date="lynx -dump http://sourceforge.net/project/showfiles.php?group_id=2 |grep imlib2-src |sed 's/.*]\([0-9\.]*\) [A-Z].*/\1/;q'" sha1sums=('d1894311e9e84015a0a9451748f6f37387fe693d') -if [ "$CARCH" != "x86_64" ]; then +if [ "$CARCH" = "i686" ]; then Fconfopts="$Fconfopts --enable-mmx" -else +elif [ "$CARCH" = "x86_64" ]; then Fconfopts="$Fconfopts --enable-amd64" fi _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
