summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-scheme/guile/files/guile-1.8.8-fix_tests.patch')
-rw-r--r--dev-scheme/guile/files/guile-1.8.8-fix_tests.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-scheme/guile/files/guile-1.8.8-fix_tests.patch b/dev-scheme/guile/files/guile-1.8.8-fix_tests.patch
deleted file mode 100644
index 702f78f..0000000
--- a/dev-scheme/guile/files/guile-1.8.8-fix_tests.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- test-suite/standalone/Makefile.am.orig
-+++ test-suite/standalone/Makefile.am
-@@ -30,7 +30,7 @@ EXTRA_DIST =
-
- TESTS_ENVIRONMENT = \
- builddir="$(builddir)" \
-- "${top_builddir}/pre-inst-guile-env"
-+ GUILE_AUTO_COMPILE=0 "${top_builddir}/pre-inst-guile-env"
-
- test_cflags = \
- -I$(top_srcdir)/test-suite/standalone \