pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/vcdimager Keep the "configure" script from ch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ee51d1fb775
branches:  trunk
changeset: 461966:1ee51d1fb775
user:      tron <tron%pkgsrc.org@localhost>
date:      Wed Sep 24 14:22:08 2003 +0000

description:
Keep the "configure" script from cheating to fix a build problem with
GCC 3.3.1.

diffstat:

 sysutils/vcdimager/distinfo         |   3 ++-
 sysutils/vcdimager/patches/patch-ab |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r ef4f6af8aae3 -r 1ee51d1fb775 sysutils/vcdimager/distinfo
--- a/sysutils/vcdimager/distinfo       Wed Sep 24 13:52:31 2003 +0000
+++ b/sysutils/vcdimager/distinfo       Wed Sep 24 14:22:08 2003 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.3 2002/11/25 12:30:41 wiz Exp $
+$NetBSD: distinfo,v 1.4 2003/09/24 14:22:08 tron Exp $
 
 SHA1 (vcdimager-0.6.2.tar.gz) = fae814f99415c30975a61fffd7188b481be77b6c
 Size (vcdimager-0.6.2.tar.gz) = 347973 bytes
 SHA1 (patch-aa) = fd5817744b8c2417947e440383c9231878051dc5
+SHA1 (patch-ab) = 8b4b6b7de4bd9f6cbbf9131855094fa85eb067f8
diff -r ef4f6af8aae3 -r 1ee51d1fb775 sysutils/vcdimager/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/vcdimager/patches/patch-ab       Wed Sep 24 14:22:08 2003 +0000
@@ -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



Home | Main Index | Thread Index | Old Index