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

Modified Files:
        nulib2.info 
Log Message:
Fix nulib2 build on 10.8.

Index: nulib2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.7/stable/main/finkinfo/utils/nulib2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nulib2.info 7 May 2012 01:01:47 -0000       1.2
+++ nulib2.info 10 May 2013 01:11:53 -0000      1.3
@@ -24,7 +24,7 @@
 PatchScript: <<
        #!/bin/bash -ev
        darwinvers=`uname -r | cut -f 1 -d .`
-       if [ "$darwinvers" = 11 ]; then
+       if [ $darwinvers -gt 11 ]; then
                perl -pi -e 's,extern inline,inline,; s,/\*\*/,inline,' 
../nufxlib-220/NufxLibPriv.h
        fi
 <<


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to