Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2019 20:50:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493529 - head/graphics/glosm
Message-ID:  <201902212050.x1LKoTKd052502@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb 21 20:50:29 2019
New Revision: 493529
URL: https://svnweb.freebsd.org/changeset/ports/493529

Log:
  - Switch to more correct way of avoiding C++11 related build errors

Modified:
  head/graphics/glosm/Makefile

Modified: head/graphics/glosm/Makefile
==============================================================================
--- head/graphics/glosm/Makefile	Thu Feb 21 20:02:04 2019	(r493528)
+++ head/graphics/glosm/Makefile	Thu Feb 21 20:50:29 2019	(r493529)
@@ -16,16 +16,14 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libpng.so:graphics/png \
 		libexpat.so:textproc/expat2
 
-USES=		cmake compiler tar:bzip2
+USES=		cmake gl sdl tar:bzip2
 USE_GL=		gl
 USE_XORG=	x11
 USE_SDL=	sdl
+USE_CXXSTD=	c++98
 USE_GITHUB=	yes
 GH_ACCOUNT=	AMDmi3
 TEST_TARGET=	test
-
-CXXFLAGS+=	${CXXFLAGS_${CHOSEN_COMPILER_TYPE}}
-CXXFLAGS_clang=	-Wno-c++11-narrowing
 
 PORTDOCS=	README ChangeLog
 



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