Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Jan 2018 12:47:17 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r459839 - head/databases/firebird25-server
Message-ID:  <201801241247.w0OClHp1008747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801241247.w0OClHp1008747>