b5abfc3d49
rebar wants to download missing dependencies on the fly, but that won't work out too good in the ports tree, so erlang.port.mk now removes those dependency declaration sections.
19 lines
484 B
Plaintext
19 lines
484 B
Plaintext
$OpenBSD: patch-rebar_config,v 1.2 2013/03/10 19:57:39 jasper Exp $
|
|
|
|
WARNING: deprecated port_envs option used
|
|
Option 'port_envs' has been deprecated
|
|
in favor of 'port_env'.
|
|
'port_envs' will be removed soon.
|
|
|
|
--- rebar.config.orig Sun Mar 10 20:48:02 2013
|
|
+++ rebar.config Sun Mar 10 20:48:08 2013
|
|
@@ -7,7 +7,7 @@
|
|
"1.5.1"}}}
|
|
]}.
|
|
|
|
-{port_envs, [
|
|
+{port_env, [
|
|
%% Make sure to link -lstdc++ on linux or solaris
|
|
{"(linux|solaris)", "LDFLAGS", "$LDFLAGS -lstdc++"}
|
|
|