Hello,

At 10:24 -0800 on 2013-12-9 Alexander Hansen wrote:
 >
 > I just found a .info file that one of the other developers sent me a 
 > while back.  This is why I *HATE* it when people don't use public 
 > channels for things like that.
 > 
 > I uploaded it to https://sourceforge.net/p/fink/package-submissions/4381/

This still does not build on Mac OS 10.8, but the following trivial
patch fixes things for me:

------------ begin patch ------------
--- osxfuse.info.old    2013-12-09 21:10:13.000000000 -0500
+++ osxfuse.info        2013-12-09 21:10:35.000000000 -0500
@@ -1,6 +1,6 @@
 Package: osxfuse
 Version: 2.6.1
-Revision: 1
+Revision: 2
 BuildDepends: <<
   autoconf2.6, automake1.13, gettext-tools, libiconv-dev, libtool2
 <<
@@ -25,7 +25,9 @@
 CompileScript: <<
 #!/bin/sh -ev
 
-if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.8 ]]; then
+if [[ $(sw_vers -productVersion | cut -d. -f1-2) = 10.8 ]]; then
+       xcodebuild MACOSX_DEPLOYMENT_TARGET=10.8 SDKROOT=macosx10.8
+elif [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.8 ]]; then
        xcodebuild MACOSX_DEPLOYMENT_TARGET=10.9 SDKROOT=macosx10.9
 else
        xcodebuild
------------ end patch --------------

Once this is applied the thing appears to work as advertised.  Many
thanks for your help.

Cheers,
Stefan

-- 
If it was so, it might be; and if it were so, it would be; but as it 
isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass

No HTML emails and proprietary attachments please <http://bruda.ca/ascii>

------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to