Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 18:47:41 +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: r469949 - head/devel/sdl2pp
Message-ID:  <201805141847.w4EIlfoa091867@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 14 18:47:41 2018
New Revision: 469949
URL: https://svnweb.freebsd.org/changeset/ports/469949

Log:
  - Disable -Werror, fix build on 12

Modified:
  head/devel/sdl2pp/Makefile

Modified: head/devel/sdl2pp/Makefile
==============================================================================
--- head/devel/sdl2pp/Makefile	Mon May 14 18:45:27 2018	(r469948)
+++ head/devel/sdl2pp/Makefile	Mon May 14 18:47:41 2018	(r469949)
@@ -16,8 +16,7 @@ GH_ACCOUNT=	libSDL2pp
 GH_PROJECT=	libSDL2pp
 
 USES=		compiler:c++11-lib cmake
-CMAKE_ARGS=	-DSDL2PP_ENABLE_LIVE_TESTS=OFF \
-		-DSDL2PP_WITH_WERROR=ON
+CMAKE_ARGS=	-DSDL2PP_ENABLE_LIVE_TESTS=OFF
 USE_SDL=	sdl2 image2 mixer2 ttf2
 TEST_TARGET=	test
 



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