diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-05-04 14:40:38 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-05-04 14:40:38 +0000 |
commit | d7c43f64ab5c57194f390b08484440fc44efd11e (patch) | |
tree | 6ab393174219276c9f3be5235995fb9c8f6dcd6a /chat/ejabberd/patches | |
parent | 3d81c273a134f3a3539f6159faaecde92b93df8b (diff) | |
download | pkgsrc-d7c43f64ab5c57194f390b08484440fc44efd11e.tar.gz |
Stop pretending the helper scripts are not Bash scripts. Fix PLIST handling
for the non-default sqlite option. Help libiconv linking on some platforms.
Bump PKGREVISION.
Diffstat (limited to 'chat/ejabberd/patches')
-rw-r--r-- | chat/ejabberd/patches/patch-deps_p1__iconv_rebar.config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/chat/ejabberd/patches/patch-deps_p1__iconv_rebar.config b/chat/ejabberd/patches/patch-deps_p1__iconv_rebar.config new file mode 100644 index 00000000000..565fea95c4a --- /dev/null +++ b/chat/ejabberd/patches/patch-deps_p1__iconv_rebar.config @@ -0,0 +1,14 @@ +$NetBSD: patch-deps_p1__iconv_rebar.config,v 1.3 2015/05/04 14:40:38 fhajny Exp $ + +Make sure LDFLAGS are included as well. +--- deps/p1_iconv/rebar.config.orig 2015-04-29 09:27:02.000000000 +0000 ++++ deps/p1_iconv/rebar.config +@@ -1,7 +1,7 @@ + {erl_opts, [debug_info]}. + + {port_env, [{"CFLAGS", "-g -O2 -Wall -O2 -Wall"}, +- {"LDFLAGS", "$ERL_LDFLAGS -liconv"}]}. ++ {"LDFLAGS", "$LDFLAGS $ERL_LDFLAGS -liconv"}]}. + + {port_specs, [{"priv/lib/iconv.so", ["c_src/iconv.c"]}]}. + |