diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-09 12:02:40 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-09 12:02:40 +0000 |
commit | ea1a74a4245eff8d3d304a4270893118b0a76a8c (patch) | |
tree | ec3450e3cfacb30942950ed12c31e2fc0c711a22 /x11 | |
parent | c834caa88839732ca543bde28996458050774621 (diff) | |
download | pkgsrc-ea1a74a4245eff8d3d304a4270893118b0a76a8c.tar.gz |
Remove patch-ab (which disabled the __P macro handling). Hopefully fixes
PR pkg/19964 by Jesse Kempf.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xless/distinfo | 3 | ||||
-rw-r--r-- | x11/xless/patches/patch-ab | 34 |
2 files changed, 1 insertions, 36 deletions
diff --git a/x11/xless/distinfo b/x11/xless/distinfo index a7b3917c3c3..0c724a8d36e 100644 --- a/x11/xless/distinfo +++ b/x11/xless/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 11:07:56 skrll Exp $ +$NetBSD: distinfo,v 1.3 2003/03/09 12:02:40 jmmv Exp $ SHA1 (xless-1.7.tar.gz) = 2fb2c468aa6c0237be1d2bc256fcaf754c98b20e Size (xless-1.7.tar.gz) = 45559 bytes SHA1 (patch-aa) = 40886d34888ab70deba4cec08a1f9f596c3a6a88 -SHA1 (patch-ab) = b8fcde6ce72bfc63bd20fcb2e131d57624ef5445 diff --git a/x11/xless/patches/patch-ab b/x11/xless/patches/patch-ab deleted file mode 100644 index 8f91a049638..00000000000 --- a/x11/xless/patches/patch-ab +++ /dev/null @@ -1,34 +0,0 @@ -$NetBSD: patch-ab,v 1.2 1998/08/07 11:18:24 agc Exp $ - -*** ../work/xless-1.7/xless.h Mon Dec 23 15:57:37 1996 ---- xless.h Mon Dec 23 16:11:53 1996 -*************** -*** 38,50 **** - - #define XLESS_MAX_INPUT 256 - -! /* handle differences between K&R and ANSI C */ - #if __STDC__ - #define __P(a) a - #else - #define __P(a) () - #define const - #endif - - /* - * The default editor; make sure the file exists. ---- 38,51 ---- - - #define XLESS_MAX_INPUT 256 - -! /* handle differences between K&R and ANSI C - #if __STDC__ - #define __P(a) a - #else - #define __P(a) () - #define const - #endif -+ */ - - /* - * The default editor; make sure the file exists. |