<pre style='margin:0'>
Renee Otten (reneeotten) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/bcd1c398cbb00d588a9eaba61871c9426c8708c7">https://github.com/macports/macports-ports/commit/bcd1c398cbb00d588a9eaba61871c9426c8708c7</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 bcd1c398cbb async-profiles: fix typo in patch file
</span>bcd1c398cbb is described below

<span style='display:block; white-space:pre;color:#808000;'>commit bcd1c398cbb00d588a9eaba61871c9426c8708c7
</span>Author: Renee Otten <reneeotten@macports.org>
AuthorDate: Wed May 28 16:01:58 2025 -0400

<span style='display:block; white-space:pre;color:#404040;'>    async-profiles: fix typo in patch file
</span>---
 java/async-profiler/files/patch-Makefile.diff | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/java/async-profiler/files/patch-Makefile.diff b/java/async-profiler/files/patch-Makefile.diff
</span><span style='display:block; white-space:pre;color:#808080;'>index 001435430af..7e27a4e3db2 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/java/async-profiler/files/patch-Makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/java/async-profiler/files/patch-Makefile.diff
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -1,13 +1,13 @@
</span> --- Makefile.orig 2025-05-27 11:02:05
 +++ Makefile   2025-05-27 11:02:20
 @@ -28,8 +28,8 @@
<span style='display:block; white-space:pre;background:#ffe0e0;'>- 
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span>  CFLAGS_EXTRA ?=
  CXXFLAGS_EXTRA ?=
 -CFLAGS=-O3 -fno-exceptions $(CFLAGS_EXTRA)
 -CXXFLAGS=-O3 -fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -std=c++11 $(CXXFLAGS_EXTRA)
 +CFLAGS+=-fno-exceptions $(CFLAGS_EXTRA)
<span style='display:block; white-space:pre;background:#ffe0e0;'>-+CXXFLAGS+==-fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -std=c++11 $(CXXFLAGS_EXTRA)
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>++CXXFLAGS+=-fno-exceptions -fno-omit-frame-pointer -fvisibility=hidden -std=c++11 $(CXXFLAGS_EXTRA)
</span>  CPPFLAGS=
  DEFS=-DPROFILER_VERSION=\"$(PROFILER_VERSION)\"
  INCLUDES=-I$(JAVA_HOME)/include -Isrc/helper
</pre><pre style='margin:0'>

</pre>