Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory 
vz-cvs-3.sog:/tmp/cvs-serv30280/10.4/unstable/main/finkinfo/graphics

Modified Files:
        cairo.info 
Log Message:
use clang if available, fix system header order

Index: cairo.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/cairo.info,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- cairo.info  11 May 2010 16:03:28 -0000      1.43
+++ cairo.info  22 Jul 2011 16:48:02 -0000      1.44
@@ -1,6 +1,6 @@
 Package: cairo
 Version: 1.8.10
-Revision: 3
+Revision: 4
 Description: Vector graphics library
 License: BSD
 Maintainer: Benjamin Reed <ca...@fink.raccoonfink.com>
@@ -10,16 +10,16 @@
        pkgconfig (>= 0.23-1)
 <<
 BuildDepends: <<
-       fink (>= 0.29.7-1),
-       fink-package-precedence,
+       fink (>= 0.30.2-1),
+       fink-package-precedence (>= 0.7-1),
        fontconfig2-dev (>= 2.8.0-4),
        freetype219 (>= 2.3.12-1),
        glitz (>= 0.5.6-1),
-       gtk-doc (>= 1.13-5),
+       gtk-doc (>= 1.17-2),
        pixman (>= 0.16.0-1),
        pkgconfig (>= 0.23-1),
        libgl-dev,
-       libpng14,
+       libpng15,
        x11-dev
 <<
 BuildDependsOnly: true
@@ -47,18 +47,20 @@
 PatchFile: %n.patch
 PatchFile-MD5: c0035b1abb5c8a39fd0d111e3e1f4aff
 
-SetCFLAGS: -Os
+SetCFLAGS: -Os -isystem /usr/include
 UseMaxBuildJobs: true
 ConfigureParams: --build=%m-apple-darwin`uname -r|sed 's/\\..*//'` 
--disable-xcb --enable-dependency-tracking --disable-gtk-doc --enable-quartz 
--enable-quartz-font --disable-quartz-image --enable-png --enable-glitz 
--enable-ps --enable-pdf --disable-atsui --mandir=%p/share/man --disable-static
 CompileScript: <<
-#!/bin/sh -ex
-       if [ -x /usr/bin/gcc-4.2 ]; then
-               export CC="gcc-4.2"
+       #!/bin/sh -ex
+       if [ -x /usr/bin/clang ]; then
+       export CC="clang"
+       elif [ -x /usr/bin/gcc-4.2 ]; then
+       export CC="gcc-4.2"
        fi
-
+       
        export 
PKG_CONFIG_PATH="%p/lib/fontconfig2/lib/pkgconfig:`pwd`:$PKG_CONFIG_PATH"
        ac_cv_prog_GS= ./configure %c
-#      find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/fontconfig2/include ,'
+       #       find . -name Makefile | xargs perl -pi -e 's,^CAIRO_CFLAGS = 
,CAIRO_CFLAGS = -I%p/lib/fontconfig2/include ,'
        make
        fink-package-precedence --prohibit-bdep %n .
 <<
@@ -79,7 +81,7 @@
                freetype219-shlibs (>= 2.3.12-1),
                glitz-shlibs (>= 0.5.6-1),
                libgl-shlibs,
-               libpng14-shlibs,
+               libpng15-shlibs,
                pixman-shlibs (>= 0.16.0-1),
                x11-shlibs
        <<


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to