Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics
In directory vz-cvs-3.sog:/tmp/cvs-serv1162
Modified Files:
libpng15-32bit.info
Log Message:
As with freetype219-32bit, earlier today: don't use a hard-coded compiler, but
use -arch.
Index: libpng15-32bit.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.7/stable/main/finkinfo/graphics/libpng15-32bit.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libpng15-32bit.info 22 Jan 2012 19:28:45 -0000 1.1
+++ libpng15-32bit.info 3 Feb 2012 00:58:32 -0000 1.2
@@ -1,6 +1,6 @@
Package: libpng15-32bit
Version: 1.5.5
-Revision: 1
+Revision: 2
Depends: %N-shlibs (= %v-%r), pkgconfig
BuildDepends: fink (>= 0.24.12-1)
Conflicts: libpng15-x86
@@ -16,8 +16,9 @@
InfoTest: TestScript: make test
CompileScript: <<
#!/bin/sh -ev
- export CC="/Developer/usr/bin/i686-apple-darwin11-gcc-4.2.1"
- export CXX="/Developer/usr/bin/i686-apple-darwin11-g++-4.2.1"
+ export CFLAGS="-arch i386"
+ export CXXFLAGS="$CFLAGS"
+ export LDFLAGS="$CFLAGS"
./configure %c
make
<<
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs