diff options
author | 2010-10-22 21:08:25 +0000 | |
---|---|---|
committer | 2010-10-22 21:08:25 +0000 | |
commit | a74906ca726642d3c9814cecde7cc935c9fac024 (patch) | |
tree | ced45dda97223d1b489d712dc11e519c4df45f4b /dev-lang/mercury/files | |
parent | Version bump. API usage updates, translation updates. (diff) | |
download | gentoo-2-a74906ca726642d3c9814cecde7cc935c9fac024.tar.gz gentoo-2-a74906ca726642d3c9814cecde7cc935c9fac024.tar.bz2 gentoo-2-a74906ca726642d3c9814cecde7cc935c9fac024.zip |
Tidy up no-reconf target in Mercury toplevel
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/mercury/files')
-rw-r--r-- | dev-lang/mercury/files/mercury-10.04.2-no-reconf.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-lang/mercury/files/mercury-10.04.2-no-reconf.patch b/dev-lang/mercury/files/mercury-10.04.2-no-reconf.patch index 166a2bcc44c3..2cfb5ba2e2c3 100644 --- a/dev-lang/mercury/files/mercury-10.04.2-no-reconf.patch +++ b/dev-lang/mercury/files/mercury-10.04.2-no-reconf.patch @@ -1,3 +1,16 @@ +diff -ur mercury-compiler-10.04.2.orig/Mmakefile mercury-compiler-10.04.1/Mmakefile +--- mercury-compiler-10.04.2.orig/Mmakefile 2009-10-20 17:07:24.000000000 +1300 ++++ mercury-compiler-10.04.2/Mmakefile 2010-10-23 09:45:13.000000000 +1300 +@@ -533,8 +533,7 @@ + install_slice \ + install_profiler \ + install_deep_profiler \ +- install_doc \ +- install_config ++ install_doc + + .PHONY: install_scripts + install_scripts: scripts diff -ur mercury-compiler-10.04.2.orig/runtime/Mmakefile mercury-compiler-10.04.1/runtime/Mmakefile --- mercury-compiler-10.04.2.orig/runtime/Mmakefile 2010-07-16 03:24:52.000000000 +1200 +++ mercury-compiler-10.04.2/runtime/Mmakefile 2010-09-05 09:15:31.000000000 +1200 |