openbsd-ports/sysutils/bubblemon/patches/patch-configure
ajacoutot 11b5ac9ae4 Update to bubblemon-2.0.15.
It does not work any better than the current in-tree version though :-/
Probably due to our outdated and broken libgtop2.
2009-10-15 11:50:28 +00:00

21 lines
675 B
Plaintext

$OpenBSD: patch-configure,v 1.2 2009/10/15 11:50:28 ajacoutot Exp $
--- configure.orig Mon Sep 14 21:55:02 2009
+++ configure Thu Oct 15 13:23:01 2009
@@ -4778,16 +4778,6 @@ else
fi
-if test "x$GCC" = "xyes"; then
- # -Wno-missing-field-initializers is because of
- # http://bugs.debian.org/509663
- #
- # -Wno-unused-parameter is because in gnome2-ui.c our function
- # prototypes are decided by the GNOME API, and we have to accept
- # some parameters we never use.
- CFLAGS="-g -O2 -Wall -Werror -Wextra -Wno-unused-parameter -Wno-missing-field-initializers"
-
-fi
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'
ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'