Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28407
Modified Files:
libsquish0.info
Log Message:
Don't assume that %m != i386 means %m = powerpc.
Index: libsquish0.info
===================================================================
RCS file:
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/graphics/libsquish0.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- libsquish0.info 18 Mar 2009 02:00:55 -0000 1.1
+++ libsquish0.info 7 Apr 2009 01:44:58 -0000 1.2
@@ -26,10 +26,10 @@
CompileScript: <<
#!/bin/bash -ev
- if [ %m = i386 ]; then
- make PREFIX=%p USE_SSE=1 CXXFLAGS=-Os
- else
+ if [ %m = powerpc ]; then
make PREFIX=%p USE_ALTIVEC=1 CXXFLAGS=-Os
+ else
+ make PREFIX=%p USE_SSE=1 CXXFLAGS=-Os
fi
<<
------------------------------------------------------------------------------
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
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs