Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv11128

Modified Files:
        cairo.info 
Log Message:
more protection against detecting new pkg


Index: cairo.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/cairo.info,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- cairo.info  17 Nov 2008 04:28:18 -0000      1.31
+++ cairo.info  30 Nov 2008 22:27:57 -0000      1.32
@@ -18,6 +18,7 @@
        perl -pi -e 's,have_glitz_agl=yes,have_glitz_agl=no,g' configure
        perl -pi -e 
's,(POPPLER_VERSION_REQUIRED=).*,${1}99999.FORCE.NONDETECT,' configure
        perl -pi -e 
's,(LIBRSVG_VERSION_REQUIRED=).*,${1}99999.FORCE.NONDETECT,' configure
+       perl -pi -e 
's,(SPECTRE_VERSION_REQUIRED=).*,${1}99999.FORCE.NONDETECT,' configure
 <<
 BuildDepends: <<
        expat1,
@@ -51,7 +52,7 @@
 CompileScript: <<
 #!/bin/sh -ex
        export 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH"
-       ./configure %c
+       ac_cv_prog_GS= ./configure %c
        find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/fontconfig2/include ,'
        make
 <<
@@ -92,4 +93,8 @@
        dmacks: make sure we don't detect poppler4 or librsvg2 (avoid
        circular dependencies)...though it's only for testing, so
        could TestDepends?
+
+       dmacks: gs and libspectre don't seem to be used even during
+       tests even if found, but make sure they aren't found so that
+       everyone gets the same results.
 <<


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to