Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv12428

Modified Files:
        pil-py.info pil-py.patch 
Log Message:
Fix build on 10.8 by specifying -I/usr/X11/include.

Index: pil-py.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/pil-py.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pil-py.info 31 Jul 2011 00:24:16 -0000      1.1
+++ pil-py.info 11 Jan 2013 22:58:15 -0000      1.2
@@ -30,7 +30,7 @@
 Replaces: pil
 Provides: pil
 PatchFile: %{ni}.patch
-PatchFile-MD5: e4183e4422ba2b65bc4780bd6fa30a9e
+PatchFile-MD5: 5dd974e1334fe5f3512e2b6294e0e3d9
 PatchScript: sed 's|@PREFIX@|%p|g' < %{PatchFile} | patch -p1
 NoSetCPPFLAGS: true
 CompileScript: <<

Index: pil-py.patch
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/pil-py.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pil-py.patch        31 Jul 2011 00:24:16 -0000      1.1
+++ pil-py.patch        11 Jan 2013 22:58:15 -0000      1.2
@@ -1,7 +1,7 @@
 diff -ru Imaging-1.1.7.orig/setup.py Imaging-1.1.7/setup.py
 --- Imaging-1.1.7.orig/setup.py        2009-11-15 11:06:10.000000000 -0500
 +++ Imaging-1.1.7/setup.py     2010-07-09 17:22:47.000000000 -0400
-@@ -137,17 +137,10 @@
+@@ -137,17 +137,11 @@
                  ))
  
          elif sys.platform == "darwin":
@@ -16,6 +16,7 @@
 -            add_directory(include_dirs, "/opt/local/include")
 +            add_directory(library_dirs, "@PREFIX@/lib")
 +            add_directory(include_dirs, "@PREFIX@/include")
++            add_directory(include_dirs, "/usr/X11/include")
  
 -        add_directory(library_dirs, "/usr/local/lib")
          # FIXME: check /opt/stuff directories here?


------------------------------------------------------------------------------
Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and
much more. Get web development skills now with LearnDevNow -
350+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122812
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to