<div dir="auto">Q. E. D.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 20, 2022, 01:05 Ken Cunningham <<a href="mailto:ken.cunningham.webuse@gmail.com">ken.cunningham.webuse@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
> On Jun 19, 2022, at 3:24 PM, Joshua Root <<a href="mailto:jmr@macports.org" target="_blank" rel="noreferrer">jmr@macports.org</a>> wrote:<br>
> <br>
> On 2022-6-20 06:34 , Ken Cunningham wrote:<br>
>> to fix the universal build of some ports, eg jemalloc, I would like to strip out the host bits from these text strings, eg convert this:<br>
>> echo "--prefix=/opt/local --with-jemalloc-prefix= --host=aarch64-apple-darwin21.5.0 host_alias=aarch64-apple-darwin21.5.0 CC=/usr/bin/clang”<br>
>> to this:<br>
>> echo "--prefix=/opt/local --with-jemalloc-prefix= CC=/usr/bin/clang”<br>
>> however, my regex-fu is not strong.<br>
>> Anyone know the secret reinplace regex that might do that?<br>
>> thx<br>
> <br>
> Why not just not add it in the first place?<br>
> <br>
> - Josh<br>
<br>
Now that you mention it, I think you’re right, the muniversal PG is adding it and I might be able to turn that off.<br>
<br>
I recall doing that with libvpx a while back. I will try that.<br>
<br>
K</blockquote></div>