svn commit: r469875 - head/sysutils/zidrav
Dirk Meyer
dinoex at FreeBSD.org
Mon May 14 11:08:41 UTC 2018
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
More information about the svn-ports-all
mailing list