From a32b2eabf4100f7e0b2ac51aa2f2ebae07e89ae7 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Sat, 10 Sep 2022 22:06:12 -0700 Subject: [PATCH] audio/yoshimi: Not override port defaults for CMAKE_BUILD_TYPE and CXXFLAGS PR: 266334 Reported by: Daniel Engberg --- audio/yoshimi/files/patch-src_CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 audio/yoshimi/files/patch-src_CMakeLists.txt diff --git a/audio/yoshimi/files/patch-src_CMakeLists.txt b/audio/yoshimi/files/patch-src_CMakeLists.txt new file mode 100644 index 000000000000..dc7592dfa60a --- /dev/null +++ b/audio/yoshimi/files/patch-src_CMakeLists.txt @@ -0,0 +1,20 @@ +- disable override of port-defined CMAKE_BUILD_TYPE and CXXFLAGS + +--- src/CMakeLists.txt.orig 2022-09-11 04:00:10 UTC ++++ src/CMakeLists.txt +@@ -263,6 +263,7 @@ else() + endif () + set (CMAKE_CXX_FLAGS "${OurCxxFlags} ${CMAKE_CXX_FLAGS}") + ++if (FALSE) + if (BuildForDebug) + set (CMAKE_BUILD_TYPE "Debug") + set (CMAKE_CXX_FLAGS_DEBUG ${BuildOptionsDebug}) +@@ -271,6 +272,7 @@ else() + set (CMAKE_BUILD_TYPE "Release") + set (CMAKE_CXX_FLAGS_RELEASE ${BuildOptionsRelease}) + message (STATUS "RELEASE Build, flags: ${CMAKE_CXX_FLAGS} ${CMAKE_CXX_FLAGS_RELEASE}") ++endif () + endif () + + configure_file(