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