From 8d75e704391ef04881dd4419c02b2e78fdf4f935 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 16 Mar 2021 17:04:07 +0000 Subject: app-emulation/gxemul: drop 0.6.0-r1 Signed-off-by: Sam James --- .../gxemul/files/gxemul-0.6.0-fix-mkstemp-test.patch | 10 ---------- app-emulation/gxemul/files/gxemul-0.6.0-fix-mymkstemp.patch | 11 ----------- 2 files changed, 21 deletions(-) delete mode 100644 app-emulation/gxemul/files/gxemul-0.6.0-fix-mkstemp-test.patch delete mode 100644 app-emulation/gxemul/files/gxemul-0.6.0-fix-mymkstemp.patch (limited to 'app-emulation/gxemul/files') diff --git a/app-emulation/gxemul/files/gxemul-0.6.0-fix-mkstemp-test.patch b/app-emulation/gxemul/files/gxemul-0.6.0-fix-mkstemp-test.patch deleted file mode 100644 index cf8b18379cd4..000000000000 --- a/app-emulation/gxemul/files/gxemul-0.6.0-fix-mkstemp-test.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/configure 2012-11-03 09:08:09.373041529 +0000 -+++ b/configure 2012-11-03 09:08:31.999585979 +0000 -@@ -705,6 +705,7 @@ - # mkstemp missing? - printf "checking for mkstemp... " - printf "#include -+#include - int main(int argc, char *argv[]) { int x; char *y = \"abc\"; - x = mkstemp(y); return 0;}\n" > _tests.cc - $CXX $CXXFLAGS _tests.cc -o _tests 2> /dev/null diff --git a/app-emulation/gxemul/files/gxemul-0.6.0-fix-mymkstemp.patch b/app-emulation/gxemul/files/gxemul-0.6.0-fix-mymkstemp.patch deleted file mode 100644 index c9e21bcc4b33..000000000000 --- a/app-emulation/gxemul/files/gxemul-0.6.0-fix-mymkstemp.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/src/old_main/misc.cc 2012-11-03 08:47:34.309732354 +0000 -+++ b/src/old_main/misc.cc 2012-11-03 08:47:02.096573614 +0000 -@@ -122,7 +122,7 @@ - p++; - } - -- h = open(templ, O_RDWR, 0600); -+ h = open(templ, O_CREAT | O_RDWR, 0600); - return h; - } - -- cgit v1.2.3-65-gdbad