summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-08-28 04:20:29 +0200
committerManuel Rüger <mrueg@gentoo.org>2015-08-28 04:23:05 +0200
commite31ae64ca383c64789a8078e535628f118a7933d (patch)
tree2aef5e1ba6bf59cfa962235ff901be55f653cde4 /app-editors/nano/files/nano-1.3.12-fix2.patch
parentdev-vcs/hg-fast-export: version bump (diff)
downloadgentoo-e31ae64ca383c64789a8078e535628f118a7933d.tar.gz
gentoo-e31ae64ca383c64789a8078e535628f118a7933d.tar.bz2
gentoo-e31ae64ca383c64789a8078e535628f118a7933d.zip
app-editors/nano: Remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'app-editors/nano/files/nano-1.3.12-fix2.patch')
-rw-r--r--app-editors/nano/files/nano-1.3.12-fix2.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/app-editors/nano/files/nano-1.3.12-fix2.patch b/app-editors/nano/files/nano-1.3.12-fix2.patch
deleted file mode 100644
index 1c6ba22f3ab3..000000000000
--- a/app-editors/nano/files/nano-1.3.12-fix2.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff -ru nano-1.3.12/src/rcfile.c nano-1.3.12-fix2/src/rcfile.c
---- nano-1.3.12/src/rcfile.c 2006-06-07 22:50:56.000000000 -0400
-+++ nano-1.3.12-fix2/src/rcfile.c 2006-07-18 19:22:30.000000000 -0400
-@@ -834,9 +834,11 @@
- rcfile_error(N_("Unknown flag \"%s\""), option);
- }
-
-+#ifdef ENABLE_COLOR
- if (endsyntax != NULL && endcolor == NULL)
- rcfile_error(N_("Syntax \"%s\" has no color commands"),
- endsyntax->desc);
-+#endif
-
- free(buf);
- fclose(rcstream);