diff options
author | joerg <joerg> | 2012-11-11 22:30:50 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-11-11 22:30:50 +0000 |
commit | da4d9b92fa9dee272d6d8bb3a05e8660ff3ba003 (patch) | |
tree | 76b6755f073f10981a2a1ac9f0b521cd71b1ec86 /wm | |
parent | 5574ac795b032635bf611411e14847e8fae60ad9 (diff) | |
download | pkgsrc-da4d9b92fa9dee272d6d8bb3a05e8660ff3ba003.tar.gz |
Fix test case to be valid C.
Diffstat (limited to 'wm')
-rw-r--r-- | wm/fvwm-devel/distinfo | 3 | ||||
-rw-r--r-- | wm/fvwm-devel/patches/patch-configure | 14 |
2 files changed, 16 insertions, 1 deletions
diff --git a/wm/fvwm-devel/distinfo b/wm/fvwm-devel/distinfo index dfb8f4c9441..2b5c63162f7 100644 --- a/wm/fvwm-devel/distinfo +++ b/wm/fvwm-devel/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.22 2011/02/15 20:14:42 jmmv Exp $ +$NetBSD: distinfo,v 1.23 2012/11/11 22:30:50 joerg Exp $ SHA1 (fvwm-2.5.31.tar.bz2) = 0a59ac1c17f37dbfb1e042f4df3f86a5eb2d719c RMD160 (fvwm-2.5.31.tar.bz2) = 1361aec9b2738f8f00d3a8a2798d6535b41e8c39 @@ -7,3 +7,4 @@ SHA1 (patch-aa) = 6796b71fbc4c94e1d44938ab050b10b5f24a78a7 SHA1 (patch-ab) = ebc58a6c58e6c09ce0c270c0a1d8d861f2dcdab1 SHA1 (patch-ac) = 9741995ea491250406683c4b25d91c39ec3d9d58 SHA1 (patch-ad) = c7bff2ba51be7e60ac2694e96684c34ce0ef4c4f +SHA1 (patch-configure) = 10feea66b318eaf931fdb227c2bcfdfb15caf9fe diff --git a/wm/fvwm-devel/patches/patch-configure b/wm/fvwm-devel/patches/patch-configure new file mode 100644 index 00000000000..2ae0de73a68 --- /dev/null +++ b/wm/fvwm-devel/patches/patch-configure @@ -0,0 +1,14 @@ +$NetBSD: patch-configure,v 1.1 2012/11/11 22:30:50 joerg Exp $ + +--- configure.orig 2012-11-09 14:39:55.000000000 +0000 ++++ configure +@@ -6477,8 +6477,7 @@ int i; static j; int *p; char *c; + switch (*p = p = *c) { case 0: printf("%Q", c, p); } + *c = &i; c = p; + while (1 || (unsigned int)3 >= 0 || ((int)-1) == ((unsigned int)1)); +- return; +- ; ++ return 1; + return 0; + } + _ACEOF |