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

Modified Files:
        fuse.info 
Log Message:
Fix fuse build on 10.6

Index: fuse.info
===================================================================
RCS file: /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/fuse.info,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- fuse.info   10 Jan 2009 23:18:29 -0000      1.28
+++ fuse.info   1 Oct 2009 16:10:25 -0000       1.29
@@ -1,6 +1,6 @@
 Package: fuse
 Version: 2.0
-Revision: 2
+Revision: 3
 Source: http://dev.kublai.com/macfuse-%v.tar.bz2
 Source-MD5: 6a77248264d345a46f88ffe8465ce0f3
 
@@ -10,10 +10,13 @@
 PatchScript: <<
 #!/bin/sh -ev
 MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2`
+if test $MACOSVER != 10.4; then
+  MACOSVER=10.5
+fi
 FUSEVER=2.7.3
 if test $MACOSVER = 10.4
 then
-   FSPFX=/System/Library/Filesystems/
+  FSPFX=/System/Library/Filesystems/
 else
   FSPFX=/Library/Filesystems/
 fi
@@ -24,6 +27,9 @@
 CompileScript: <<
 #!/bin/sh -ev
 MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2`
+if test $MACOSVER != 10.4; then
+  MACOSVER=10.5
+fi
 FUSEVER=2.7.3
 if test "%m" = "powerpc"; then ARCHS=ppc; else ARCHS=i386; fi
 cd core/$MACOSVER/fusefs
@@ -39,6 +45,9 @@
 #!/bin/sh -ev
 # TODO: figure out how to install this in /System/Library/Filesystems
 MACOSVER=`/usr/bin/sw_vers | grep ProductVersion: | cut -f 2 | cut -d. -f1,2`
+if test $MACOSVER != 10.4; then
+  MACOSVER=10.5
+fi
 FUSEVER=2.7.3
 mkdir -p %i/lib/%n
 cp -R core/$MACOSVER/fusefs/build/Release/fusefs.fs %i/lib/%n


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to