[Erp5-report] r40720 luke - /erp5/trunk/buildout/software-profiles/ghostscript.cfg

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Nov 25 17:13:39 CET 2010


Author: luke
Date: Thu Nov 25 17:13:38 2010
New Revision: 40720

URL: http://svn.erp5.org?rev=40720&view=rev
Log:
 - use local fontconfig

Modified:
    erp5/trunk/buildout/software-profiles/ghostscript.cfg

Modified: erp5/trunk/buildout/software-profiles/ghostscript.cfg
URL: http://svn.erp5.org/erp5/trunk/buildout/software-profiles/ghostscript.cfg?rev=40720&r1=40719&r2=40720&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Thu Nov 25 17:13:38 2010
@@ -1,4 +1,7 @@
 [buildout]
+extends =
+  ../software-profiles/fontconfig.cfg
+
 parts = ghostscript
 
 [ghostscript-hooks-download]
@@ -17,6 +20,9 @@ configure-options =
   --disable-cups --without-x --with-drivers=BMP,PBM,PNG,PS
 # it seems that parallel build sometimes fails for ghostscript.
 make-options = -j1
+environment =
+  CFLAGS=-I${fontconfig:location}/include
+  LDFLAGS=-L${fontconfig:location}/lib -Wl,-rpath -Wl,${fontconfig:location}/lib
 
 [ghostscript]
 # we prefer ghostscript-8 for now, because ghostscript-9.00 seems to have a




More information about the Erp5-report mailing list