svn commit: r469893 - head/net-im/licq

Dirk Meyer dinoex at FreeBSD.org
Mon May 14 14:17:46 UTC 2018


Author: dinoex
Date: Mon May 14 14:17:45 2018
New Revision: 469893
URL: https://svnweb.freebsd.org/changeset/ports/469893

Log:
  - fix build for FreeBSD 12.0

Modified:
  head/net-im/licq/Makefile

Modified: head/net-im/licq/Makefile
==============================================================================
--- head/net-im/licq/Makefile	Mon May 14 14:10:39 2018	(r469892)
+++ head/net-im/licq/Makefile	Mon May 14 14:17:45 2018	(r469893)
@@ -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
 


More information about the svn-ports-all mailing list