From 353ffeafe08aad4ad96c905eb630546c94aa74d4 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 7 Jan 2018 18:16:48 +0000 Subject: games/bovo, fix build with clang6 PR: 224945 --- games/bovo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games') diff --git a/games/bovo/Makefile b/games/bovo/Makefile index f85581f757f0..e4c616836875 100644 --- a/games/bovo/Makefile +++ b/games/bovo/Makefile @@ -2,7 +2,7 @@ PORTNAME= bovo PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games kde kde-kde4 MAINTAINER= kde@FreeBSD.org @@ -11,6 +11,7 @@ COMMENT= ${${PORTNAME}_DESC} USES= cmake:outsource kde:4 tar:xz USE_KDE= kdelibs libkdegames automoc4 USE_QT4= moc_build qmake_build rcc_build uic_build +USE_CXXSTD= gnu++98 .include <${.CURDIR}/../kdegames4/Makefile.common> .include -- cgit v1.2.3