- it seems this patch was forgotten in previous commit
- safe bump
This commit is contained in:
parent
75443ce6c3
commit
35b27c7e02
@ -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
|
||||
|
||||
|
14
x11/dbus/patches/patch-configure_in
Normal file
14
x11/dbus/patches/patch-configure_in
Normal 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
|
Loading…
Reference in New Issue
Block a user