[gs-commits] rev 11584 - trunk/gs/toolbin/localcluster
chrisl at ghostscript.com
chrisl at ghostscript.com
Sun Aug 1 08:59:16 UTC 2010
Author: chrisl
Date: 2010-08-01 08:59:15 +0000 (Sun, 01 Aug 2010)
New Revision: 11584
Modified:
trunk/gs/toolbin/localcluster/readme
trunk/gs/toolbin/localcluster/run.pl
Log:
Remove the now redundant --disable-cairo directives.
Modified: trunk/gs/toolbin/localcluster/readme
===================================================================
--- trunk/gs/toolbin/localcluster/readme 2010-07-31 16:32:31 UTC (rev 11583)
+++ trunk/gs/toolbin/localcluster/readme 2010-08-01 08:59:15 UTC (rev 11584)
@@ -59,7 +59,7 @@
cd ghostpdl/gs
./autogen.sh "CC=gcc -m64" --disable-cups --disable-fontconfig \
- --disable-cairo --without-system-libtiff --prefix=/tmp/gs
+ --without-system-libtiff --prefix=/tmp/gs
make
make install
/tmp/gs/bin/gs -o test.ppm -sDEVICE=ppmraw ./examples/tiger.eps
Modified: trunk/gs/toolbin/localcluster/run.pl
===================================================================
--- trunk/gs/toolbin/localcluster/run.pl 2010-07-31 16:32:31 UTC (rev 11583)
+++ trunk/gs/toolbin/localcluster/run.pl 2010-08-01 08:59:15 UTC (rev 11584)
@@ -592,7 +592,7 @@
updateStatus('Building Ghostscript');
# build ghostscript
- $cmd="cd $gsSource ; touch makegs.out ; rm -f makegs.out ; nice make distclean >makedistclean.out 2>&1 ; nice ./autogen.sh \"CC=gcc -m$wordSize\" --disable-cups --disable-fontconfig --disable-cairo --without-system-libtiff --prefix=$gsBin >makegs.out 2>&1 ; nice make -j 12 >>makegs.out 2>&1 ; echo >>makegs.out ; nice make >>makegs.out 2>&1";
+ $cmd="cd $gsSource ; touch makegs.out ; rm -f makegs.out ; nice make distclean >makedistclean.out 2>&1 ; nice ./autogen.sh \"CC=gcc -m$wordSize\" --disable-cups --disable-fontconfig --without-system-libtiff --prefix=$gsBin >makegs.out 2>&1 ; nice make -j 12 >>makegs.out 2>&1 ; echo >>makegs.out ; nice make >>makegs.out 2>&1";
print "$cmd\n" if ($verbose);
`$cmd`;
More information about the gs-commits
mailing list