<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/d4d68e86170531e9a518a4e9a1e8a5b4823b36d9">https://github.com/macports/macports-ports/commit/d4d68e86170531e9a518a4e9a1e8a5b4823b36d9</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 d4d68e86170 ocaml-camlp4: allow build on PPC
</span>d4d68e86170 is described below
<span style='display:block; white-space:pre;color:#808000;'>commit d4d68e86170531e9a518a4e9a1e8a5b4823b36d9
</span>Author: barracuda156 <vital.had@gmail.com>
AuthorDate: Sun May 22 08:29:49 2022 +0800
<span style='display:block; white-space:pre;color:#404040;'> ocaml-camlp4: allow build on PPC
</span>---
lang/ocaml-camlp4/Portfile | 6 ++++++
1 file changed, 6 insertions(+)
<span style='display:block; white-space:pre;color:#808080;'>diff --git a/lang/ocaml-camlp4/Portfile b/lang/ocaml-camlp4/Portfile
</span><span style='display:block; white-space:pre;color:#808080;'>index 8a411aaa29d..1708cdf125a 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/lang/ocaml-camlp4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/lang/ocaml-camlp4/Portfile
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -35,6 +35,12 @@ depends_build port:ocaml-ocamlbuild
</span>
use_parallel_build no
<span style='display:block; white-space:pre;background:#e0ffe0;'>+if {${build_arch} eq "ppc" || ${build_arch} eq "ppc64"} {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ build.target byte
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ } else {
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+ build.target byte native
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+}
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+
</span> destroot.target install install-META
destroot.destdir BINDIR=${destroot}${prefix}/bin \
LIBDIR=${destroot}${prefix}/lib/ocaml \
</pre><pre style='margin:0'>
</pre>