diff --git a/x11/dbus/Makefile b/x11/dbus/Makefile index 64710723873..4900c7d7a60 100644 --- a/x11/dbus/Makefile +++ b/x11/dbus/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.23 2009/01/28 14:16:19 jasper Exp $ +# $OpenBSD: Makefile,v 1.24 2009/01/28 19:05:23 ajacoutot Exp $ COMMENT= message bus system DISTNAME= dbus-1.2.12 +PKGNAME= ${DISTNAME}p0 SHARED_LIBS+= dbus-1 7.0 CATEGORIES= x11 diff --git a/x11/dbus/patches/patch-configure_in b/x11/dbus/patches/patch-configure_in new file mode 100644 index 00000000000..9d32e04738f --- /dev/null +++ b/x11/dbus/patches/patch-configure_in @@ -0,0 +1,14 @@ +$OpenBSD: patch-configure_in,v 1.1 2009/01/28 19:05:23 ajacoutot Exp $ +--- configure.in.orig Tue Jan 27 03:51:27 2009 ++++ configure.in Tue Jan 27 03:52:10 2009 +@@ -282,10 +282,6 @@ if test "x$GCC" = "xyes"; then + *[\ \ ]-Wno-sign-compare[\ \ ]*) ;; + *) CFLAGS="$CFLAGS -Wno-sign-compare" ;; + esac +- case " $CFLAGS " in +- *[\ \ ]-Wno-pointer-sign[\ \ ]*) ;; +- *) CFLAGS="$CFLAGS -Wno-pointer-sign" ;; +- esac + + # http://bugs.freedesktop.org/show_bug.cgi?id=19195 + case " $CFLAGS " in