summaryrefslogtreecommitdiff
path: root/net-mail/peephole/files/peephole-1.4-gcc4.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-28 09:54:45 +0100
commitb7ebc951da8800f711142f69d9d958bde67a112d (patch)
treee318514216845acb8f2e49fff7a5cba4027e9d91 /net-mail/peephole/files/peephole-1.4-gcc4.patch
parentdc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff)
gentoo resync : 28.04.2019
Diffstat (limited to 'net-mail/peephole/files/peephole-1.4-gcc4.patch')
-rw-r--r--net-mail/peephole/files/peephole-1.4-gcc4.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mail/peephole/files/peephole-1.4-gcc4.patch b/net-mail/peephole/files/peephole-1.4-gcc4.patch
deleted file mode 100644
index d73546da4b25..000000000000
--- a/net-mail/peephole/files/peephole-1.4-gcc4.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --exclude='*.lo' --exclude=.libs --exclude=.deps --exclude=libtool --exclude=Makefile --exclude='*.o' --exclude='*.la' --exclude='config*' -Nru peephole-1.4.vanilla/src/grammar/local/local.c peephole-1.4/src/grammar/local/local.c
---- peephole-1.4.vanilla/src/grammar/local/local.c 2006-02-03 14:23:46.000000000 +0100
-+++ peephole-1.4/src/grammar/local/local.c 2006-02-03 14:25:13.000000000 +0100
-@@ -25,8 +25,8 @@
- static struct wm_local *parse_local(char *path, char *name)
- {
- struct wm_config wmc = {
-- .wml NULL,
-- .path path
-+ NULL,
-+ path
- };
-
- char rc[80]; // FIXME: possible buffer overflow...