From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- app-misc/mepl/files/gcc433.patch | 16 ++++++++++++++++ app-misc/mepl/files/mepl-0.45-gcc433.patch | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 app-misc/mepl/files/gcc433.patch create mode 100644 app-misc/mepl/files/mepl-0.45-gcc433.patch (limited to 'app-misc/mepl/files') diff --git a/app-misc/mepl/files/gcc433.patch b/app-misc/mepl/files/gcc433.patch new file mode 100644 index 000000000000..0fd857a9ae30 --- /dev/null +++ b/app-misc/mepl/files/gcc433.patch @@ -0,0 +1,16 @@ +--- a/mepl.c 2009-04-07 21:17:32.000000000 +0200 ++++ b/mepl.c 2009-04-07 21:16:48.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include + #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999" + /* Version: @(#) mepl.c 0.45 + Autor: Frank Holtz --- mepl.c 2009-04-07 21:08:18.000000000 +0200 +@@ -347,7 +347,7 @@ + errz=0; + do { + error=0; +- resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT); /* In Datei zwischenspeichern */ ++ resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT,0600); /* In Datei zwischenspeichern */ + sendstr(ATSENDMEM); + line[2]=0; + /* Erstes Zeichen suchen */ diff --git a/app-misc/mepl/files/mepl-0.45-gcc433.patch b/app-misc/mepl/files/mepl-0.45-gcc433.patch new file mode 100644 index 000000000000..0fd857a9ae30 --- /dev/null +++ b/app-misc/mepl/files/mepl-0.45-gcc433.patch @@ -0,0 +1,16 @@ +--- a/mepl.c 2009-04-07 21:17:32.000000000 +0200 ++++ b/mepl.c 2009-04-07 21:16:48.000000000 +0200 +@@ -1,3 +1,4 @@ ++#include + #define VERSION "0.45 Don Nov 25 19:13:58 CET 1999" + /* Version: @(#) mepl.c 0.45 + Autor: Frank Holtz --- mepl.c 2009-04-07 21:08:18.000000000 +0200 +@@ -347,7 +347,7 @@ + errz=0; + do { + error=0; +- resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT); /* In Datei zwischenspeichern */ ++ resout=open(resdat,O_WRONLY | O_TRUNC | O_CREAT,0600); /* In Datei zwischenspeichern */ + sendstr(ATSENDMEM); + line[2]=0; + /* Erstes Zeichen suchen */ -- cgit v1.2.3