mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 18:36:28 -04:00
PR: 239589 Submitted by: Shane <FreeBSD@ShaneWare.Biz> (maintainer) Approved by: tcberner (mentor)
14 lines
354 B
Text
14 lines
354 B
Text
--- intern/cycles/CMakeLists.txt.orig 2019-07-31 13:03:30 UTC
|
|
+++ intern/cycles/CMakeLists.txt
|
|
@@ -260,9 +260,9 @@ if(WITH_CYCLES_DEBUG)
|
|
add_definitions(-DWITH_CYCLES_DEBUG)
|
|
endif()
|
|
|
|
-if(NOT OPENIMAGEIO_PUGIXML_FOUND)
|
|
+#if(NOT OPENIMAGEIO_PUGIXML_FOUND)
|
|
add_definitions(-DWITH_SYSTEM_PUGIXML)
|
|
-endif()
|
|
+#endif()
|
|
|
|
include_directories(
|
|
SYSTEM
|