Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Jul 2019 12:39:07 +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: r506541 - head/net-im/nheko/files
Message-ID:  <201907131239.x6DCd7ST044547@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Jul 13 12:39:07 2019
New Revision: 506541
URL: https://svnweb.freebsd.org/changeset/ports/506541

Log:
  net-im/nheko: prepare for Qt 5.13
  
  PR:		238782

Added:
  head/net-im/nheko/files/
  head/net-im/nheko/files/patch-CMakeLists.txt   (contents, props changed)

Added: head/net-im/nheko/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/nheko/files/patch-CMakeLists.txt	Sat Jul 13 12:39:07 2019	(r506541)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig	2019-07-13 12:11:29 UTC
++++ CMakeLists.txt
+@@ -114,6 +114,9 @@ if(NOT MSVC)
+     endif()
+ endif()
+ 
++# Fix build with Qt 5.13
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
++
+ if (MSVC)
+   set(
+       CMAKE_CXX_FLAGS



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