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

Modified Files:
        tkimg.info 
Log Message:
don't build ppc code on x86_64

Index: tkimg.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/languages/tkimg.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- tkimg.info  17 Dec 2008 17:05:03 -0000      1.2
+++ tkimg.info  11 Apr 2009 16:13:00 -0000      1.3
@@ -18,6 +18,8 @@
 #!/bin/zsh -ev
 if [ "%m" = "i386" ]; then
   find . -name configure | xargs perl  -pi -e 's/-arch ppc/-arch i386/g'
+elif [ "%m" = "x86_64" ]; then
+  find . -name configure | xargs perl  -pi -e 's/-arch ppc/-arch x86_64/g'
 fi
 ./configure --prefix=%i --exec-prefix=%i --mandir=%p/share/man 
--infodir=%p/share/info --with-tcl=%p/lib --with-tk=%p/lib
 make


------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to