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

jeremyhu at macports.org jeremyhu at macports.org
Thu Apr 5 02:40:23 PDT 2012


Revision: 91565
          https://trac.macports.org/changeset/91565
Author:   jeremyhu at macports.org
Date:     2012-04-05 02:40:23 -0700 (Thu, 05 Apr 2012)
Log Message:
-----------
quartz-wm: On Leopard, use install_name_tool from our cctools

Now that we have a newer cctools available, we can build quartz-wm on
Leopard/intel with it.  Leopard/ppc will still fail to build, and I'll
probably update quartz-wm itself to better accomidate Leopard/ppc and
Tiger with fallback options.

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

Modified: trunk/dports/x11/quartz-wm/Portfile
===================================================================
--- trunk/dports/x11/quartz-wm/Portfile	2012-04-05 09:31:24 UTC (rev 91564)
+++ trunk/dports/x11/quartz-wm/Portfile	2012-04-05 09:40:23 UTC (rev 91565)
@@ -34,4 +34,11 @@
 use_autoreconf  yes
 autoreconf.args -fvi
 
+# http://trac.macports.org/ticket/33515
+if {${os.major} < 10} {
+    depends_build port:cctools
+    depends_skip_archcheck-append cctools
+    
+}
+
 configure.args --with-bundle-id-prefix=org.macports
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120405/94435cbc/attachment.html>


More information about the macports-changes mailing list