diff options
author | linimon <linimon@FreeBSD.org> | 2018-11-07 07:52:17 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2018-11-07 07:52:17 +0800 |
commit | a495a8dd95e857cd00f82a974a660dd8d3876cfe (patch) | |
tree | 05a9e3d6bf08fee687f979912661a84be94aa1d5 /irc | |
parent | 27b6ff8bc312a50934440e1abab920516ff7cdd6 (diff) | |
download | freebsd-ports-gnome-a495a8dd95e857cd00f82a974a660dd8d3876cfe.tar.gz freebsd-ports-gnome-a495a8dd95e857cd00f82a974a660dd8d3876cfe.tar.zst freebsd-ports-gnome-a495a8dd95e857cd00f82a974a660dd8d3876cfe.zip |
Add compiler:c++11-lang to USES to fix linking with boost.
Approved by: portmgr (tier-2 blanket)
Diffstat (limited to 'irc')
-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 |