summaryrefslogtreecommitdiff
path: root/sysutils/vcdimager/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/vcdimager/patches/patch-ab')
-rw-r--r--sysutils/vcdimager/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/vcdimager/patches/patch-ab b/sysutils/vcdimager/patches/patch-ab
new file mode 100644
index 00000000000..650b5203607
--- /dev/null
+++ b/sysutils/vcdimager/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2003/09/24 14:22:09 tron Exp $
+
+--- configure.orig 2001-05-15 03:11:37.000000000 +0200
++++ configure 2003-09-24 16:17:59.000000000 +0200
+@@ -3914,7 +3914,7 @@
+ #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