<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/5b70732bf1466f9c5aa01e619afc989e3e204e2d">https://github.com/macports/macports-ports/commit/5b70732bf1466f9c5aa01e619afc989e3e204e2d</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 5b70732bf14 spice-gtk: fix build for old systems
</span>5b70732bf14 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit 5b70732bf1466f9c5aa01e619afc989e3e204e2d
</span>Author: Sergey Fedorov <barracuda@macos-powerpc.org>
AuthorDate: Wed Aug 14 07:46:35 2024 +0800
<span style='display:block; white-space:pre;color:#404040;'> spice-gtk: fix build for old systems
</span>---
gnome/spice-gtk/Portfile | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/gnome/spice-gtk/Portfile b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 2c258aed1f9..f45327a1083 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/gnome/spice-gtk/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -12,7 +12,6 @@ checksums rmd160 19bbc933dff9be4db1f1b0a93319305374b4d756 \
</span> size 812776
categories gnome devel
<span style='display:block; white-space:pre;background:#ffe0e0;'>-platforms darwin
</span> license LGPL-2.1+
maintainers nomaintainer
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -42,7 +41,7 @@ post-patch {
</span> depends_build-append \
port:asciidoc \
port:intltool \
<span style='display:block; white-space:pre;background:#ffe0e0;'>- port:pkgconfig \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ path:bin/pkg-config:pkgconfig \
</span> port:python${python_ver_no_dot} \
port:py${python_ver_no_dot}-six \
port:py${python_ver_no_dot}-parsing \
<span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -72,6 +71,10 @@ configure.args -Dgtk_doc=disabled \
</span> -Dusbredir=disabled \
-Dwebdav=disabled
<span style='display:block; white-space:pre;background:#e0ffe0;'>+# enums.h:380: error: expected ‘,’ or ‘}’ before ‘__attribute__’
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+compiler.blacklist-append \
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ *gcc-4.0 *gcc-4.2
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> variant quartz conflicts x11 {
# Quartz & X11 binaries are incompatible, although built similarly
require_active_variants gtk3 quartz x11
</pre><pre style='margin:0'>
</pre>