Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Jul 2020 22:21:27 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r540997 - head/emulators/yuzu
Message-ID:  <202007012221.061MLRrG045750@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Jul  1 22:21:27 2020
New Revision: 540997
URL: https://svnweb.freebsd.org/changeset/ports/540997

Log:
  emulators/yuzu: drop -Werror workaround after r531465
  
  https://github.com/yuzu-emu/yuzu/commit/bf1d66b7c074

Modified:
  head/emulators/yuzu/Makefile   (contents, props changed)

Modified: head/emulators/yuzu/Makefile
==============================================================================
--- head/emulators/yuzu/Makefile	Wed Jul  1 22:20:58 2020	(r540996)
+++ head/emulators/yuzu/Makefile	Wed Jul  1 22:21:27 2020	(r540997)
@@ -56,7 +56,6 @@ GH_TUPLE=	yuzu-emu:unicorn:1.0.1-153-g73f45735:unicorn
 USES=		cmake compiler:c++17-lang iconv localbase:ldflags \
 		python:build sdl ssl
 USE_SDL=	sdl2
-CXXFLAGS+=	-Wno-narrowing # https://github.com/yuzu-emu/yuzu/issues/3407
 LDFLAGS+=	-Wl,--as-needed # Qt5Network
 TEST_TARGET=	test
 



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