diff -Naur /opt/local/var/macports/sources/rsync.macports.org/release/ports/devel/glib2/Portfile glib2/Portfile
old
|
new
|
|
78 | 78 | patchfiles-append patch-glib_gutils.h.diff |
79 | 79 | } |
80 | 80 | |
| 81 | platform darwin 9 powerpc { |
| 82 | if {[variant_isset universal]} { |
| 83 | post-configure { |
| 84 | reinplace "s|#define G_ATOMIC_POWERPC 1|#undef G_ATOMIC_POWERPC|" \ |
| 85 | ${worksrcpath}/config.h |
| 86 | } |
| 87 | } |
| 88 | } |
| 89 | |
81 | 90 | livecheck.check regex |
82 | 91 | livecheck.url http://ftp.gnome.org/pub/GNOME/sources/${my_name}/${branch}/?C=M&O=D |
83 | 92 | livecheck.regex ${my_name}-(\[0-9.\]+)\\.tar |