diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2007-09-23 07:34:43 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2007-09-23 07:34:43 +0000 |
commit | 32c507bb13cc7db9c24376ecb28efb9d745da31e (patch) | |
tree | 4fc8a8c223bb062f09feb5049119b52fcedf9381 /dev-lang/erlang/files | |
parent | Stable on amd64 (#192964) (diff) | |
download | gentoo-2-32c507bb13cc7db9c24376ecb28efb9d745da31e.tar.gz gentoo-2-32c507bb13cc7db9c24376ecb28efb9d745da31e.tar.bz2 gentoo-2-32c507bb13cc7db9c24376ecb28efb9d745da31e.zip |
add patch provided by Paul Bonser <misterpib@gmail.com> in bug193452 to prevent a doubled statement in hipe installation
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-lang/erlang/files')
-rw-r--r-- | dev-lang/erlang/files/erlang-11.2.5-hipe.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev-lang/erlang/files/erlang-11.2.5-hipe.patch b/dev-lang/erlang/files/erlang-11.2.5-hipe.patch new file mode 100644 index 000000000000..d9399e024d9a --- /dev/null +++ b/dev-lang/erlang/files/erlang-11.2.5-hipe.patch @@ -0,0 +1,12 @@ +Fix duplicate entry in makefile + +--- otp_src_R11B-5.orig/lib/hipe/regalloc/Makefile 2007-09-12 12:45:03.000000000 -0600 ++++ otp_src_R11B-5/lib/hipe/regalloc/Makefile 2007-09-12 12:46:01.000000000 -0600 +@@ -43,7 +43,6 @@ + hipe_temp_map \ + hipe_optimistic_regalloc \ + hipe_coalescing_regalloc \ +- hipe_optimistic_regalloc \ + hipe_graph_coloring_regalloc \ + hipe_regalloc_loop \ + hipe_ls_regalloc \
\ No newline at end of file |