[57052] trunk/dports/gnome/gnome-desktop-suite/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Sat Sep 5 13:16:21 PDT 2009


Revision: 57052
          http://trac.macports.org/changeset/57052
Author:   jeremyhu at macports.org
Date:     2009-09-05 13:16:18 -0700 (Sat, 05 Sep 2009)
Log Message:
-----------
gnome-desktop-suite: Don't install gnome-sharp2 on ppc systems since mono fails.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-desktop-suite/Portfile

Modified: trunk/dports/gnome/gnome-desktop-suite/Portfile
===================================================================
--- trunk/dports/gnome/gnome-desktop-suite/Portfile	2009-09-05 20:14:03 UTC (rev 57051)
+++ trunk/dports/gnome/gnome-desktop-suite/Portfile	2009-09-05 20:16:18 UTC (rev 57052)
@@ -129,6 +129,11 @@
                 port:libgnomeprint \
                 port:libgnomeprintui
 
+# mono fails on ppc - #17996
+if {${configure.build_arch} == "ppc"} {
+	depends_lib-delete port:gnome-sharp2
+}
+
 distfiles
 use_configure   no
 build           { }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090905/52882e73/attachment.html>


More information about the macports-changes mailing list