openbsd-ports/devel/erl-ejson/patches/patch-rebar_config
jasper b5abfc3d49 - drop now unneeded patches which patched away the {deps} blocks of rebar.config.
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.
2013-03-10 19:57:39 +00:00

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++"}