summaryrefslogtreecommitdiff
path: root/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch')
-rw-r--r--dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch b/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch
deleted file mode 100644
index 1cded2d2c924..000000000000
--- a/dev-scheme/guile/files/guile-2.2.3-gentoo-sandbox.patch
+++ /dev/null
@@ -1,10 +0,0 @@
-diff --git a/test-suite/standalone/test-out-of-memory b/test-suite/standalone/test-out-of-memory
-index 2216512..0ed6079 100755
---- a/test-suite/standalone/test-out-of-memory
-+++ b/test-suite/standalone/test-out-of-memory
-@@ -5,2 +5,5 @@ exec guile -q -s "$0" "$@"
-
-+; Gentoo's sandbox does not handle OOM gracefully
-+(exit 77)
-+
- (unless (defined? 'setrlimit)