[email protected] wrote:
>
> Revision
>     57052 <http://trac.macports.org/changeset/57052>
> Author
>     [email protected]
> 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
>       <#trunkdportsgnomegnomedesktopsuitePortfile>
>
>
>       Diff
>
>
>         Modified: trunk/dports/gnome/gnome-desktop-suite/Portfile
>         (57051 => 57052)
>
>
> --- 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           { }
Are you sure about this?  This seems like an old bug and mono seems to
work for me on tiger ppc.

Dave
_______________________________________________
macports-dev mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev

Reply via email to