Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 18:32:32 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506550 - head/games/multimc/files
Message-ID:  <201907131832.x6DIWWso052654@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ########



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