diff options
author | dinoex <dinoex@FreeBSD.org> | 2018-05-14 22:17:45 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2018-05-14 22:17:45 +0800 |
commit | 5cf5a057ffc6cc6ad9670290e0fc9a122c7e8552 (patch) | |
tree | 18d24a660928f25e9c09dc198603aafa2fc2381f /net-im | |
parent | 4ed22bc4811a29d4b652de4d2ec21aad2aa43458 (diff) | |
download | freebsd-ports-graphics-5cf5a057ffc6cc6ad9670290e0fc9a122c7e8552.tar.gz freebsd-ports-graphics-5cf5a057ffc6cc6ad9670290e0fc9a122c7e8552.tar.zst freebsd-ports-graphics-5cf5a057ffc6cc6ad9670290e0fc9a122c7e8552.zip |
- fix build for FreeBSD 12.0
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/licq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq/Makefile b/net-im/licq/Makefile index 5e076711071..58bea420452 100644 --- a/net-im/licq/Makefile +++ b/net-im/licq/Makefile @@ -16,9 +16,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libboost_regex.so:devel/boost-libs BROKEN_sparc64= Does not build: fails to link -BROKEN_FreeBSD_12= Regression C++ USES= cmake:noninja iconv ssl +USE_CXXSTD= c++98 WRKSRC= ${WRKDIR}/${DISTNAME} LICQ_PORT?= net-im/licq |