<pre style='margin:0'>
Perry E. Metzger (pmetzger) pushed a commit to branch master
in repository macports-ports.
</pre>
<p><a href="https://github.com/macports/macports-ports/commit/897325ab6900b0a86125948c1898b43a6e39bec2">https://github.com/macports/macports-ports/commit/897325ab6900b0a86125948c1898b43a6e39bec2</a></p>
<pre style="white-space: pre; background: #F8F8F8"><span style='display:block; white-space:pre;color:#808000;'>commit 897325ab6900b0a86125948c1898b43a6e39bec2
</span>Author: Sergey Fedorov <vital.had@gmail.com>
AuthorDate: Thu Jan 18 01:26:44 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> netgen: non-functional: minor update to CMakeLists patch
</span>---
math/netgen/files/patch-CMakeLists.txt.diff | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/math/netgen/files/patch-CMakeLists.txt.diff b/math/netgen/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 7232694d726..9db5723ea14 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/math/netgen/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/math/netgen/files/patch-CMakeLists.txt.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -9,7 +9,7 @@ index 0a05ebb1..677d586b 100644
</span> set(NG_INSTALL_SUFFIX netgen CACHE STRING "Suffix appended to install directories (project name)")
-if(APPLE AND NOT EMSCRIPTEN)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+if(APPLE AND FALSE)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++if(FALSE)
</span> set(NG_INSTALL_DIR_BIN_DEFAULT Contents/MacOS)
set(NG_INSTALL_DIR_LIB_DEFAULT Contents/MacOS)
set(NG_INSTALL_DIR_CMAKE_DEFAULT Contents/Resources/CMake)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -18,7 +18,7 @@ index 0a05ebb1..677d586b 100644
</span>
set(NG_RPATH_TOKEN "@loader_path")
-else(APPLE AND NOT EMSCRIPTEN)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+else(APPLE AND FALSE)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++else()
</span> set(NG_INSTALL_DIR_BIN_DEFAULT bin)
set(NG_INSTALL_DIR_LIB_DEFAULT lib)
if(WIN32)
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -27,7 +27,7 @@ index 0a05ebb1..677d586b 100644
</span>
set(NG_RPATH_TOKEN "\$ORIGIN")
-endif(APPLE AND NOT EMSCRIPTEN)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+endif(APPLE AND FALSE)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++endif()
</span>
set(NG_INSTALL_DIR_PYTHON ${NG_INSTALL_DIR_PYTHON_DEFAULT} CACHE STRING "Install directory for Python files")
set(NG_INSTALL_DIR_BIN ${NG_INSTALL_DIR_BIN_DEFAULT} CACHE STRING "Install directory for executables")
</pre><pre style='margin:0'>
</pre>