[121690] trunk/dports/x11/tk/Portfile

jmr at macports.org jmr at macports.org
Fri Jul 4 05:15:02 PDT 2014


Revision: 121690
          https://trac.macports.org/changeset/121690
Author:   jmr at macports.org
Date:     2014-07-04 05:15:01 -0700 (Fri, 04 Jul 2014)
Log Message:
-----------
tk: xcode 5.1 removed -fobjc-gc support

Modified Paths:
--------------
    trunk/dports/x11/tk/Portfile

Modified: trunk/dports/x11/tk/Portfile
===================================================================
--- trunk/dports/x11/tk/Portfile	2014-07-04 09:50:09 UTC (rev 121689)
+++ trunk/dports/x11/tk/Portfile	2014-07-04 12:15:01 UTC (rev 121690)
@@ -46,11 +46,9 @@
 patchfiles          patch-macosx-tkMacOSXDraw.c.diff \
                     patch-unix-Makefile.in.diff
 
-pre-patch {
-    if {[vercmp $xcodeversion 5.1.1] >= 0} {
-        patchfiles-append patch-macosx_configure.diff \
-                          patch-unix_configure.diff
-    } 
+if {[vercmp $xcodeversion 5.1] >= 0} {
+    patchfiles-append patch-macosx_configure.diff \
+                      patch-unix_configure.diff
 }
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140704/3596e657/attachment.html>


More information about the macports-changes mailing list