diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-11-06 23:52:17 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-11-06 23:52:17 +0000 |
commit | 00a7f38fa8fa7442fbb3aed69b039dd216640f3c (patch) | |
tree | 05a9e3d6bf08fee687f979912661a84be94aa1d5 /irc/ezbounce | |
parent | c41a90a41831b3c296ba59bfaba155ea06e13b20 (diff) |
Add compiler:c++11-lang to USES to fix linking with boost.
Approved by: portmgr (tier-2 blanket)
Notes
Notes:
svn path=/head/; revision=484370
Diffstat (limited to 'irc/ezbounce')
-rw-r--r-- | irc/ezbounce/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index 2c44e07479e8..6b837d44d81f 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -10,8 +10,6 @@ MASTER_SITES= http://BSDforge.com/projects/source/irc/ezbounce/ MAINTAINER= portmaster@BSDforge.com COMMENT= Highly configurable IRC Proxy -BROKEN_powerpc64= fails to configure: checking for boostlib >= 1.33... not found - OPTIONS_DEFINE= DOCS SSL COMPRESS OPTIONS_DEFAULT=SSL COMPRESS OPTIONS_SUB= yes @@ -23,7 +21,7 @@ COMPRESS_CONFIGURE_WITH=boost COMPRESS_DESC= Chat log compression (requires boost) GNU_CONFIGURE= yes -USES= gmake +USES= compiler:c++0x gmake USE_GCC= any # ezbounce 1.99.15 isn't compatible with C++11 and later, which some compilers |