diff options
author | pkubaj <pkubaj@FreeBSD.org> | 2019-09-18 19:48:10 +0800 |
---|---|---|
committer | pkubaj <pkubaj@FreeBSD.org> | 2019-09-18 19:48:10 +0800 |
commit | 202a20e02aede72a5f78618b5798239f7f857604 (patch) | |
tree | d5c7da310967e6da089289277fb55b09e7fb072c /devel | |
parent | fcb00c5115c4e5d4a6ef0825a65cc64492d06a9c (diff) | |
download | freebsd-ports-gnome-202a20e02aede72a5f78618b5798239f7f857604.tar.gz freebsd-ports-gnome-202a20e02aede72a5f78618b5798239f7f857604.tar.zst freebsd-ports-gnome-202a20e02aede72a5f78618b5798239f7f857604.zip |
devel/log4cplus: use new GCC on GCC platforms to fix net/kea
Approved by: mentors (implicit approval)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/log4cplus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/log4cplus/Makefile b/devel/log4cplus/Makefile index 948dc881a635..ed3fbb1d2303 100644 --- a/devel/log4cplus/Makefile +++ b/devel/log4cplus/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE OPTIONS_DEFINE= DOCS -USES= libtool pathfix tar:xz +USES= compiler:c++11-lang libtool pathfix tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-threads=yes |