Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 11:08:40 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469875 - head/sysutils/zidrav
Message-ID:  <201805141108.w4EB8eQX052533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dinoex
Date: Mon May 14 11:08:40 2018
New Revision: 469875
URL: https://svnweb.freebsd.org/changeset/ports/469875

Log:
  - fix build for FreeBSD 12.0

Modified:
  head/sysutils/zidrav/Makefile

Modified: head/sysutils/zidrav/Makefile
==============================================================================
--- head/sysutils/zidrav/Makefile	Mon May 14 10:24:23 2018	(r469874)
+++ head/sysutils/zidrav/Makefile	Mon May 14 11:08:40 2018	(r469875)
@@ -13,8 +13,8 @@ COMMENT=	File corruption detection and repair program
 
 LICENSE=	GPLv2
 
-BROKEN_FreeBSD_12=	Regression C++
-
+USE_CXXSTD=	gnu++98
+CFLAGS=		-std=gnu++98
 ALL_TARGET=	zidrav
 PLIST_FILES=	bin/zidrav man/man1/zidrav.1.gz
 



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