[95542] trunk/dports/aqua/fltk/Portfile

jmr at macports.org jmr at macports.org
Sun Jul 15 16:49:49 PDT 2012


Revision: 95542
          https://trac.macports.org/changeset/95542
Author:   jmr at macports.org
Date:     2012-07-15 16:49:48 -0700 (Sun, 15 Jul 2012)
Log Message:
-----------
fltk: use 10.6 deployment target on 10.7+ until carbon bits are removed (#32992)

Modified Paths:
--------------
    trunk/dports/aqua/fltk/Portfile

Modified: trunk/dports/aqua/fltk/Portfile
===================================================================
--- trunk/dports/aqua/fltk/Portfile	2012-07-15 23:42:11 UTC (rev 95541)
+++ trunk/dports/aqua/fltk/Portfile	2012-07-15 23:49:48 UTC (rev 95542)
@@ -45,6 +45,9 @@
 # Force 32-bit (#21054)
 supported_archs i386 ppc
 universal_variant no
+if {[vercmp $macosx_deployment_target 10.7] >= 0} {
+    macosx_deployment_target 10.6
+}
 
 post-patch {
     reinplace "s|/Applications|${applications_dir}/${name}|g" \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120715/69fb7959/attachment.html>


More information about the macports-changes mailing list