openbsd-ports/x11/xdaliclock/patches/patch-X11_configure
2004-01-25 23:27:35 +00:00

13 lines
510 B
Plaintext

$OpenBSD: patch-X11_configure,v 1.1 2004/01/25 23:27:35 naddy Exp $
--- X11/configure.orig 2004-01-26 00:15:12.000000000 +0100
+++ X11/configure 2004-01-26 00:16:05.000000000 +0100
@@ -884,7 +884,7 @@ fi
echo "$ac_t""Turning on gcc compiler warnings." 1>&6
CC="$CC -Wall -Wstrict-prototypes -Wnested-externs -Wno-format"
echo "$ac_t""Disabling C++ comments in ANSI C code." 1>&6
- CC="$CC -Wp,-lang-c89"
+ CC="$CC -Wp,-std=c89"
else
case "$host" in
*-irix5* |*-irix6.0-3* )