svn commit: r540997 - head/emulators/yuzu

Jan Beich jbeich at FreeBSD.org
Wed Jul 1 22:21:28 UTC 2020


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
 


More information about the svn-ports-all mailing list