openbsd-ports/graphics/vcdimager/patches/patch-configure

22 lines
711 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2004/01/26 17:18:10 naddy Exp $
--- configure.orig 2001-05-15 03:11:37.000000000 +0200
+++ configure 2004-01-25 01:46:31.000000000 +0100
@@ -3914,7 +3914,7 @@ cat > conftest.$ac_ext <<EOF
#include "confdefs.h"
int main() {
-struct { int foo; int bar[]; } doo;
+struct { int bar[]; } doo;
; return 0; }
EOF
if { (eval echo configure:3921: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
@@ -3932,7 +3932,7 @@ if test "x$empty_array_size" = "xxxx";th
#include "confdefs.h"
int main() {
-struct { int foo; int bar[0]; } doo;
+struct { int bar[0]; } doo;
; return 0; }
EOF
if { (eval echo configure:3939: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then