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

Modified Files:
        gmm.info 
Log Message:
fix version check and some other 10.7-pre

Index: gmm.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/gmm.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- gmm.info    20 Jul 2011 19:17:22 -0000      1.4
+++ gmm.info    20 Jul 2011 21:20:44 -0000      1.5
@@ -18,7 +18,7 @@
 UseMaxBuildJobs: true
 CompileScript: <<
        #!/bin/sh -ev
-       if [[ $(sw_vers -productVersion) > 10.6 ]]; then
+       if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
        export CC=clang CXX=clang++ CPP="clang++ -E"
        elif [ -x /usr/bin/gcc-4.2 ]; then
        export CC=gcc-4.2 CXX=g++-4.2 CPP=cpp-4.2


------------------------------------------------------------------------------
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