svn commit: r459839 - head/databases/firebird25-server

Antoine Brodin antoine at FreeBSD.org
Wed Jan 24 12:47:18 UTC 2018


Author: antoine
Date: Wed Jan 24 12:47:17 2018
New Revision: 459839
URL: https://svnweb.freebsd.org/changeset/ports/459839

Log:
  Fix build with clang 6
  
  PR:		224669
  Reported by:	pkg-fallout

Modified:
  head/databases/firebird25-server/Makefile

Modified: head/databases/firebird25-server/Makefile
==============================================================================
--- head/databases/firebird25-server/Makefile	Wed Jan 24 12:22:58 2018	(r459838)
+++ head/databases/firebird25-server/Makefile	Wed Jan 24 12:47:17 2018	(r459839)
@@ -25,6 +25,7 @@ LICENSE_PERMS_IPL=	dist-mirror dist-sell pkg-mirror pk
 LIB_DEPENDS=	libicuuc.so:devel/icu
 
 USES=		cpe gmake pkgconfig tar:bzip2
+USE_CXXSTD=	gnu++98
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 


More information about the svn-ports-head mailing list