[97856] trunk/dports/x11/quartz-wm/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Sep 17 17:02:07 PDT 2012


Revision: 97856
          http://trac.macports.org//changeset/97856
Author:   jeremyhu at macports.org
Date:     2012-09-17 17:02:07 -0700 (Mon, 17 Sep 2012)
Log Message:
-----------
quartz-wm: Build fix for Tiger/ppc (#36043).

Modified Paths:
--------------
    trunk/dports/x11/quartz-wm/Portfile

Modified: trunk/dports/x11/quartz-wm/Portfile
===================================================================
--- trunk/dports/x11/quartz-wm/Portfile	2012-09-17 23:55:15 UTC (rev 97855)
+++ trunk/dports/x11/quartz-wm/Portfile	2012-09-18 00:02:07 UTC (rev 97856)
@@ -43,6 +43,12 @@
     depends_skip_archcheck-append cctools
 }
 
+platform darwin 8 {
+    # http://trac.macports.org/ticket/36043
+    depends_build-append port:apple-gcc42
+    configure.compiler apple-gcc-4.2
+}
+
 platform macosx {
     if { ![file exists /usr/include/Xplugin.h] } {
         # Xplugin.h is missing on Tiger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120917/9f138bd4/attachment.html>


More information about the macports-changes mailing list