summaryrefslogtreecommitdiff
path: root/emulators/kcemu
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-09-10 15:23:20 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-09-10 15:23:20 +0000
commited162325bd72c82f714c2b145e0bf511ecb4ffc2 (patch)
tree86f29462657642b955dc11bbcb135473fa7ea44f /emulators/kcemu
parentdatabases/libdrizzle-redux: Fix build with Clang 6 (diff)
emulators/kcemu: Fix build with Clang 6
n file included from plotter.cc:26: ../../../include/kc/plotter.h:31:23: error: in-class initializer for static data member of type 'const double' requires 'constexpr' specifier [-Wstatic-float-init] static const double WIDTH_MM = 210.0; ^ ~~~~~ http://beefy12.nyi.freebsd.org/data/head-amd64-default/p479076_s338486/logs/errors/kcemu-0.5.1_15.log PR: 230960 Approved by: hardy.schumacher@gmx.de (maintainer timeout, 2 weeks)
Notes
Notes: svn path=/head/; revision=479431
Diffstat (limited to 'emulators/kcemu')
-rw-r--r--emulators/kcemu/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/kcemu/Makefile b/emulators/kcemu/Makefile
index a72d88af2e73..1871810cc4bc 100644
--- a/emulators/kcemu/Makefile
+++ b/emulators/kcemu/Makefile
@@ -26,6 +26,7 @@ GNU_CONFIGURE= yes
USE_XORG= xmu
USE_GNOME= gtk20
USES= gettext ncurses pkgconfig
+USE_CXXSTD= gnu++98
LDFLAGS+= -L${LOCALBASE}/lib
WRKSRC= ${WRKDIR}/KCemu-${PORTVERSION}