- it seems this patch was forgotten in previous commit

- safe bump
This commit is contained in:
ajacoutot 2009-01-28 19:05:23 +00:00
parent 75443ce6c3
commit 35b27c7e02
2 changed files with 16 additions and 1 deletions

View File

@ -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 COMMENT= message bus system
DISTNAME= dbus-1.2.12 DISTNAME= dbus-1.2.12
PKGNAME= ${DISTNAME}p0
SHARED_LIBS+= dbus-1 7.0 SHARED_LIBS+= dbus-1 7.0
CATEGORIES= x11 CATEGORIES= x11

View File

@ -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