git: 3e0af3907ec6 - main - graphics/zeno: remove unnecessary file
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jul 2024 16:53:58 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3e0af3907ec6fbf73201957f62f470722f6709d9
commit 3e0af3907ec6fbf73201957f62f470722f6709d9
Author: Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-07-29 16:52:25 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-07-29 16:52:25 +0000
graphics/zeno: remove unnecessary file
PR: 278611
Fixes: 41828ceba798 (New port: simulation & rendering engine in nodes)
---
graphics/zeno/patch-CMakeLists.txt | 12 ------------
1 file changed, 12 deletions(-)
diff --git a/graphics/zeno/patch-CMakeLists.txt b/graphics/zeno/patch-CMakeLists.txt
deleted file mode 100644
index 508f9b91bea9..000000000000
--- a/graphics/zeno/patch-CMakeLists.txt
+++ /dev/null
@@ -1,12 +0,0 @@
---- CMakeLists.txt.orig 2023-11-22 19:17:26 UTC
-+++ CMakeLists.txt
-@@ -26,6 +26,9 @@ if (PROJECT_BINARY_DIR STREQUAL PROJECT_SOURCE_DIR)
- "Otherwise ZENO may fail to build, or make Git hard to exclude binary files.")
- endif()
-
-+#set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
-+#set (CMAKE_LINKER_FLAGS_DEBUG "${CMAKE_LINKER_FLAGS_DEBUG} -fno-omit-frame-pointer -fsanitize=address")
-+
- option(ZENO_BUILD_EDITOR "Build ZENO editor" ON)
- option(ZENO_BUILD_DESIGNER "Build ZENO designer" OFF)
- option(ZENO_BUILD_PLAYER "Build ZENO player" OFF)