diff -uNr dbus.orig/Portfile dbus/Portfile
|
old
|
new
|
|
| 40 | 40 | --enable-launchd |
| 41 | 41 | |
| 42 | 42 | platform darwin 7 { |
| 43 | | patchfiles patch-dbus-launch-x11.c.diff \ |
| 44 | | patch-dbus-sysdeps-util-unix.c.diff |
| | 43 | patchfiles patch-configure.diff |
| 45 | 44 | |
| 46 | 45 | depends_lib-append port:xorg-libX11 |
| 47 | 46 | |
diff -uNr dbus.orig/files/patch-configure.diff dbus/files/patch-configure.diff
|
old
|
new
|
|
| | 1 | --- configure.orig Thu Apr 2 13:44:23 2009 |
| | 2 | +++ configure Thu Apr 2 13:45:37 2009 |
| | 3 | @@ -20980,10 +20980,6 @@ |
| | 4 | *[\ \ ]-Wno-sign-compare[\ \ ]*) ;; |
| | 5 | *) CFLAGS="$CFLAGS -Wno-sign-compare" ;; |
| | 6 | esac |
| | 7 | - case " $CFLAGS " in |
| | 8 | - *[\ \ ]-Wno-pointer-sign[\ \ ]*) ;; |
| | 9 | - *) CFLAGS="$CFLAGS -Wno-pointer-sign" ;; |
| | 10 | - esac |
| | 11 | |
| | 12 | # http://bugs.freedesktop.org/show_bug.cgi?id=19195 |
| | 13 | case " $CFLAGS " in |