bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50649: [patch] configure: fix libgccjit detection on MacPorts


From: Dan Ports
Subject: bug#50649: [patch] configure: fix libgccjit detection on MacPorts
Date: Fri, 17 Sep 2021 16:19:21 -0700

Tags: patch

The current code in configure checks if a MacPorts gcc port is
installed in order to find libgccjit, but it fails if more than one gcc
port is installed (e.g., both gcc10 and gcc11). 

The attached patch fixes it to return only one version -- specifically,
the latest version (with a bit of ugliness because gcc4x sorts after
gcc11)

Dan

-- 
Dan R. K. Ports                                      https://drkp.net/

Attachment: patch-libgccjit-macports.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]