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

Modified Files:
        nulib2.info 
Log Message:
Only apply patch on 10.7.


Index: nulib2.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/utils/nulib2.info,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- nulib2.info 18 Jul 2011 22:43:34 -0000      1.2
+++ nulib2.info 19 Jul 2011 14:14:27 -0000      1.3
@@ -21,7 +21,13 @@
 SourceDirectory: nulib2-220
 Source-MD5: d77046845bbade85fba5d93a7628c10a
 
-PatchScript: perl -pi -e 's,extern inline,inline,; s,/\*\*/,inline,' 
../nufxlib-220/NufxLibPriv.h
+PatchScript: <<
+       #!/bin/bash -ev
+       darwinvers=`uname -r | cut -f 1 -d .`
+       if [ "$darwinvers" = 11 ]; then
+               perl -pi -e 's,extern inline,inline,; s,/\*\*/,inline,' 
../nufxlib-220/NufxLibPriv.h
+       fi
+<<
 
 Depends: bzip2-shlibs
 BuildDepends: bzip2-dev


------------------------------------------------------------------------------
Magic Quadrant for Content-Aware Data Loss Prevention
Research study explores the data loss prevention market. Includes in-depth
analysis on the changes within the DLP market, and the criteria used to
evaluate the strengths and weaknesses of these DLP solutions.
http://www.accelacomm.com/jaw/sfnl/114/51385063/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to