diff options
author | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2014-03-13 11:08:49 +0000 |
commit | 4fcd6ffac592fcc85a873537e23692e480838e23 (patch) | |
tree | 1c699ba1dd234c6ee43e2b178e217734fa130ad6 /chat/ejabberd/Makefile | |
parent | ceb02bcf5a66c654f54cbd1c277fc9366840fb44 (diff) | |
download | pkgsrc-4fcd6ffac592fcc85a873537e23692e480838e23.tar.gz |
Set USE_GCC_RUNTIME=yes for packages which build shared libraries but do
not use libtool to do so. This is required to correctly depend upon a
gcc runtime package (e.g. gcc47-libs) when using USE_PKGSRC_GCC_RUNTIME.
Diffstat (limited to 'chat/ejabberd/Makefile')
-rw-r--r-- | chat/ejabberd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/ejabberd/Makefile b/chat/ejabberd/Makefile index 64928733804..d71335100fd 100644 --- a/chat/ejabberd/Makefile +++ b/chat/ejabberd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2014/03/11 14:34:36 jperkin Exp $ +# $NetBSD: Makefile,v 1.40 2014/03/13 11:08:49 jperkin Exp $ DISTNAME= ejabberd-13.12 CATEGORIES= chat @@ -14,6 +14,7 @@ BUILD_DEPENDS+= git-base>=1.5:../../devel/git-base CONFLICTS+= jabberd-[0-9]* GNU_CONFIGURE= yes +USE_GCC_RUNTIME= yes USE_LANGUAGES= c c++ USE_TOOLS+= gmake patch |