summaryrefslogtreecommitdiff
path: root/net-mail/peephole/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-mail/peephole/files
reinit the tree, so we can have metadata
Diffstat (limited to 'net-mail/peephole/files')
-rw-r--r--net-mail/peephole/files/peephole-1.4-gcc4.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/net-mail/peephole/files/peephole-1.4-gcc4.patch b/net-mail/peephole/files/peephole-1.4-gcc4.patch
new file mode 100644
index 000000000000..d73546da4b25
--- /dev/null
+++ b/net-mail/peephole/files/peephole-1.4-gcc4.patch
@@ -0,0 +1,14 @@
+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...