summaryrefslogtreecommitdiff
path: root/x11/xless/patches
diff options
context:
space:
mode:
authorjmmv <jmmv>2003-03-09 12:02:40 +0000
committerjmmv <jmmv>2003-03-09 12:02:40 +0000
commit763e041396aa7ce752c0ce03dc69860f5f1404fe (patch)
treeec3450e3cfacb30942950ed12c31e2fc0c711a22 /x11/xless/patches
parent7cc5b1e5d67c7b30332d15f27b63e6b951a563a4 (diff)
downloadpkgsrc-763e041396aa7ce752c0ce03dc69860f5f1404fe.tar.gz
Remove patch-ab (which disabled the __P macro handling). Hopefully fixes
PR pkg/19964 by Jesse Kempf.
Diffstat (limited to 'x11/xless/patches')
-rw-r--r--x11/xless/patches/patch-ab34
1 files changed, 0 insertions, 34 deletions
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.