[Erp5-report] r40739 kazuhiko - /erp5/trunk/buildout/software-profiles/ghostscript.cfg
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Nov 25 21:15:02 CET 2010
Author: kazuhiko
Date: Thu Nov 25 21:15:02 2010
New Revision: 40739
URL: http://svn.erp5.org?rev=40739&view=rev
Log:
use pkgconfig.
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=40739&r1=40738&r2=40739&view=diff
==============================================================================
--- erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] (original)
+++ erp5/trunk/buildout/software-profiles/ghostscript.cfg [utf8] Thu Nov 25 21:15:02 2010
@@ -21,8 +21,8 @@ configure-options =
# 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
+ PKG_CONFIG_PATH =${fontconfig:location}/lib/pkgconfig
+ LDFLAGS=-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