Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=1fb6dc90d830331183c07bb02f715aab6ba78c9c
commit 1fb6dc90d830331183c07bb02f715aab6ba78c9c Author: voroskoi <[EMAIL PROTECTED]> Date: Wed Oct 31 20:18:30 2007 +0100 xghostscript-8.60-1-x86_64 fixup x86_64 build diff --git a/source/xapps/xghostscript/FrugalBuild b/source/xapps/xghostscript/FrugalBuild index f0c18be..f447e1a 100644 --- a/source/xapps/xghostscript/FrugalBuild +++ b/source/xapps/xghostscript/FrugalBuild @@ -22,6 +22,10 @@ up2date="lynx -dump http://www.ghostscript.com/awki/Releases |grep latest |sed - sha1sums=('a56b31b736883d2c773e5f18e408ebca5f077ca0') build() { + if [[ "$CARCH" == "x86_64" ]]; then + unset MAKEFLAGS + CFLAGS="$CFLAGS -fPIC" + fi Fmake make DESTDIR=${Fdestdir} install soinstall || Fdie } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
