svn commit: r506550 - head/games/multimc/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Jul 13 18:32:33 UTC 2019


Author: tcberner
Date: Sat Jul 13 18:32:32 2019
New Revision: 506550
URL: https://svnweb.freebsd.org/changeset/ports/506550

Log:
  games/multimc: prepare for Qt 5.13
  
  PR:		238782

Added:
  head/games/multimc/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/games/multimc/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/games/multimc/files/patch-CMakeLists.txt	Sat Jul 13 18:32:32 2019	(r506550)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig	2019-07-13 18:18:48 UTC
++++ CMakeLists.txt
+@@ -38,6 +38,9 @@ if(UNIX AND APPLE)
+ endif()
+ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Werror=return-type")
+ 
++# Fix build with Qt 5.13
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
++
+ ##################################### Set Application options #####################################
+ 
+ ######## Set URLs ########


More information about the svn-ports-all mailing list