diff options
author | wiz <wiz> | 2003-07-12 07:04:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-07-12 07:04:54 +0000 |
commit | 4212cee78709af25a36ed2d2c642b680fcf3adab (patch) | |
tree | 736ac49d211997942ca65fa5e3244d4025a7baa2 /devel/cscope | |
parent | 5ccc6cd3348d6a918ab9652b337f1a0640296370 (diff) | |
download | pkgsrc-4212cee78709af25a36ed2d2c642b680fcf3adab.tar.gz |
Not needed in 15.4.
Diffstat (limited to 'devel/cscope')
-rw-r--r-- | devel/cscope/patches/patch-ae | 13 |
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(); |