<pre style='margin:0'>
Christopher Nielsen (mascguy) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/0f5356d2583e71b215f16a311fb618fdbc302594">https://github.com/macports/macports-ports/commit/0f5356d2583e71b215f16a311fb618fdbc302594</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 0f5356d2583 rawtherapee: fix broken quartz variant
</span>0f5356d2583 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 0f5356d2583e71b215f16a311fb618fdbc302594
</span>Author: Christopher Nielsen <mascguy@github.com>
AuthorDate: Sat Oct 26 17:28:49 2024 -0400

<span style='display:block; white-space:pre;color:#404040;'>    rawtherapee: fix broken quartz variant
</span><span style='display:block; white-space:pre;color:#404040;'>    
</span><span style='display:block; white-space:pre;color:#404040;'>    See: https://github.com/macports/macports-ports/pull/23704
</span><span style='display:block; white-space:pre;color:#404040;'>    Fixes: https://trac.macports.org/ticket/71173
</span>---
 graphics/rawtherapee/Portfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/graphics/rawtherapee/Portfile b/graphics/rawtherapee/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index fdf3ed640d6..8ff024883e5 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/graphics/rawtherapee/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/graphics/rawtherapee/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,6 +72,8 @@ pre-configure {
</span>     }
 }
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+set app_contents ${applications_dir}/${github.project}.app/Contents
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> configure.args-append   -DBUILD_SHARED=ON \
                         -DOPTION_OMP=OFF
 
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -117,8 +119,6 @@ variant quartz conflicts x11 {
</span>             ${worksrcpath}/rtgui/CMakeLists.txt
     }
 
<span style='display:block; white-space:pre;background:#ffe0e0;'>-    set app_contents ${applications_dir}/${github.project}.app/Contents
</span><span style='display:block; white-space:pre;background:#ffe0e0;'>-
</span>     configure.args-append \
                         -DBUNDLE_BASE_INSTALL_DIR=$app_contents/MacOS \
                         -DDATADIR=$app_contents/Resources \
</pre><pre style='margin:0'>

</pre>