summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-07-12 07:04:54 +0000
committerwiz <wiz@pkgsrc.org>2003-07-12 07:04:54 +0000
commit0808307d4a37334d848b95b662deb0cd89dbe704 (patch)
tree736ac49d211997942ca65fa5e3244d4025a7baa2 /devel
parent4c949c482a7238b4410b3d3035dfb25b325a5e02 (diff)
downloadpkgsrc-0808307d4a37334d848b95b662deb0cd89dbe704.tar.gz
Not needed in 15.4.
Diffstat (limited to 'devel')
-rw-r--r--devel/cscope/patches/patch-ae13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/cscope/patches/patch-ae b/devel/cscope/patches/patch-ae
deleted file mode 100644
index f09d79c09eb..00000000000
--- a/devel/cscope/patches/patch-ae
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2003/03/22 06:05:27 wiz Exp $
-
---- src/main.c.orig Fri Jun 1 14:43:24 2001
-+++ src/main.c
-@@ -1056,7 +1056,7 @@ build(void)
- }
- (void) fstat(fileno(postings), &statstruct);
- (void) fclose(postings);
-- (void) sprintf(sortcommand, "env LC_ALL=C sort -y -T %s %s", tmpdir, temp1);
-+ (void) sprintf(sortcommand, "env LC_ALL=C sort -T %s %s", tmpdir, temp1);
- if ((postings = mypopen(sortcommand, "r")) == NULL) {
- (void) fprintf(stderr, "cscope: cannot open pipe to sort command\n");
- cannotindex();