summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeri Harris <keri@gentoo.org>2010-11-03 07:10:10 +0000
committerKeri Harris <keri@gentoo.org>2010-11-03 07:10:10 +0000
commitf63f524051d0e372f6908fb90c65143e428d703c (patch)
treee973418fe8294b3159ba638b650de08c4c44aa2a /dev-lang/mercury/files/mercury-10.04.1-tests-workspace.patch
parentRespect CC (bug #343945). (diff)
downloadhistorical-f63f524051d0e372f6908fb90c65143e428d703c.tar.gz
historical-f63f524051d0e372f6908fb90c65143e428d703c.tar.bz2
historical-f63f524051d0e372f6908fb90c65143e428d703c.zip
Bundle patches into distfiles tarball. Closes #343731
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-lang/mercury/files/mercury-10.04.1-tests-workspace.patch')
-rw-r--r--dev-lang/mercury/files/mercury-10.04.1-tests-workspace.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-lang/mercury/files/mercury-10.04.1-tests-workspace.patch b/dev-lang/mercury/files/mercury-10.04.1-tests-workspace.patch
deleted file mode 100644
index e68899edfe92..000000000000
--- a/dev-lang/mercury/files/mercury-10.04.1-tests-workspace.patch
+++ /dev/null
@@ -1,29 +0,0 @@
---- mercury-tests-10.04.1.orig/Mmake.common 2010-02-15 19:49:51.000000000 +1300
-+++ mercury-tests-10.04.1/Mmake.common 2010-09-05 09:34:38.000000000 +1200
-@@ -79,8 +79,8 @@
- -include $(TESTS_DIR)/Mmake.params
-
- MCFLAGS += --flags $(TESTS_DIR)/TESTS_FLAGS
--ifdef WORKSPACE_FLAGS
--MCFLAGS += --flags $(TESTS_DIR)/WS_FLAGS
-+ifdef WORKSPACE
-+MCFLAGS += --flags $(TESTS_DIR)/WS_FLAGS.ws
- endif
-
- # Avoid trying to make this file with `mmc --make' if it doesn't exist.
---- mercury-compiler-10.04.1.orig/configure.in 2010-08-23 23:04:53.000000000 +1200
-+++ mercury-compiler-10.04.1/configure.in 2010-10-10 11:49:06.000000000 +1300
-@@ -5048,10 +5048,10 @@
- test_flags="tests/TESTS_FLAGS"
- test_mdbrc="tests/mdbrc"
- else
-- if test -e ../tests/TESTS_FLAGS.in
-+ if test -e ../mercury-tests-10.04.1/TESTS_FLAGS.in
- then
-- test_flags="../tests/TESTS_FLAGS"
-- test_mdbrc="../tests/mdbrc"
-+ test_flags="../mercury-tests-10.04.1/TESTS_FLAGS"
-+ test_mdbrc="../mercury-tests-10.04.1/mdbrc"
- else
- test_flags=""
- test_mdbrc=""