Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Dec 2018 20:51:57 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r488438 - head/games/exult
Message-ID:  <201812262051.wBQKpvub066061@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Wed Dec 26 20:51:56 2018
New Revision: 488438
URL: https://svnweb.freebsd.org/changeset/ports/488438

Log:
  -Wno-c++11-narrowing is not supported by GCC.  Set USE_CXXSTD=c++98
  to build with both GCC and Clang.
  
  PR:		234365
  Submitted by:	Piotr Kubaj

Modified:
  head/games/exult/Makefile

Modified: head/games/exult/Makefile
==============================================================================
--- head/games/exult/Makefile	Wed Dec 26 20:47:25 2018	(r488437)
+++ head/games/exult/Makefile	Wed Dec 26 20:51:56 2018	(r488438)
@@ -22,13 +22,13 @@ LIB_DEPENDS=	libvorbis.so:audio/libvorbis \
 USE_GITHUB=	yes
 GH_TAGNAME=	b15afba
 
-USES=		autoreconf compiler:c++11-lib gmake libtool localbase pkgconfig
+USES=		autoreconf compiler:c++11-lib gmake gnome libtool localbase \
+		pkgconfig
+USE_CXXSTD=	c++98
 USE_XORG=	xext
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-alsa \
 		--with-icondir=${PREFIX}/share/pixmaps
-CFLAGS+=	-Wno-c++11-narrowing
-
 SUB_FILES=	pkg-message
 
 OPTIONS_DEFINE=		DOCS FLUIDSYNTH GIMP STUDIO THUMBNAILER



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