svn commit: r506541 - head/net-im/nheko/files

Tobias C. Berner tcberner at FreeBSD.org
Sat Jul 13 12:39:08 UTC 2019


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


More information about the svn-ports-head mailing list