diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-13 07:44:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-01-13 07:44:38 +0000 |
commit | f7255961b0e980b49820935fab3a26f784cd4bf9 (patch) | |
tree | 20cb4834f31ce24f977a65fdedb8dae0ea2197f5 /devel/dbus | |
parent | 2036e802e88c1c1f3091f087e90a3c62d77587d8 (diff) |
Do not compile with -Wno-pointer-sign. This fixes the build with GCC 3.x.
Reported by: ale
Notes
Notes:
svn path=/head/; revision=225950
Diffstat (limited to 'devel/dbus')
-rw-r--r-- | devel/dbus/files/patch-configure | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/dbus/files/patch-configure b/devel/dbus/files/patch-configure new file mode 100644 index 000000000000..0161d4625f7d --- /dev/null +++ b/devel/dbus/files/patch-configure @@ -0,0 +1,13 @@ +--- configure.orig 2009-01-13 07:43:11.194080000 +0000 ++++ configure 2009-01-13 07:43:26.270082000 +0000 +@@ -20956,10 +20956,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 |