svn commit: r506539 - head/graphics/radiance/files
Tobias C. Berner
tcberner at FreeBSD.org
Sat Jul 13 11:53:07 UTC 2019
Author: tcberner
Date: Sat Jul 13 11:53:05 2019
New Revision: 506539
URL: https://svnweb.freebsd.org/changeset/ports/506539
Log:
graphics/radiance: prepare for Qt 5.13
PR: 238782
Added:
head/graphics/radiance/files/
head/graphics/radiance/files/patch-CMakeLists.txt (contents, props changed)
Added: head/graphics/radiance/files/patch-CMakeLists.txt
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/graphics/radiance/files/patch-CMakeLists.txt Sat Jul 13 11:53:05 2019 (r506539)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt.orig 2019-07-13 11:40:32 UTC
++++ CMakeLists.txt
+@@ -21,6 +21,9 @@ set(CMAKE_CXX_STANDARD 14)
+ set(OpenGL_GL_PREFERENCE GLVND)
+ set(RADIANCE_SYSTEM_RESOURCES "${CMAKE_SOURCE_DIR}/resources/" CACHE STRING "The path where Radiance looks for its resources")
+
++# Fix build with Qt 5.13
++set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DQT_NO_DEPRECATED_WARNINGS=Y")
++
+ include(Doxygen)
+ include_directories(BTrack/src)
+
More information about the svn-ports-all
mailing list