summaryrefslogtreecommitdiff
path: root/dev-lang/erlang/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-10-07 11:03:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-10-07 11:03:14 +0100
commit957235cf19a691360c720f7913672adda4258ed0 (patch)
tree812bba7928f4293ead05a7ee9c1ac39c5ef9f12e /dev-lang/erlang/files
parent62f67115b5c46134c34f88f4b1cbdacc19384c0a (diff)
gentoo resync : 07.10.2018
Diffstat (limited to 'dev-lang/erlang/files')
-rw-r--r--dev-lang/erlang/files/erlang-custom-autoconf.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-lang/erlang/files/erlang-custom-autoconf.patch b/dev-lang/erlang/files/erlang-custom-autoconf.patch
new file mode 100644
index 000000000000..5ae7b43ba289
--- /dev/null
+++ b/dev-lang/erlang/files/erlang-custom-autoconf.patch
@@ -0,0 +1,14 @@
+diff -ur otp-OTP-21.0.5.orig/otp_build otp-OTP-21.0.5/otp_build
+--- otp-OTP-21.0.5.orig/otp_build 2018-08-10 19:02:51.000000000 +0200
++++ otp-OTP-21.0.5/otp_build 2018-08-15 23:44:59.417191209 +0200
+@@ -1343,7 +1343,9 @@
+ do_lazy_configure "$@";
+ do_boot;;
+ autoconf)
+- do_autoconf;;
++ create_lib_configure_in
++ distribute_config_helpers
++ ;;
+ configure)
+ shift;
+ do_configure "$@";;