Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Building zsh/db/gdbm on MacOS Sequoia



On Wed, Jun 24, 2026 at 11:01 AM Bart Schaefer
<schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> (Sorry about the rapid followups)

One more ...

The only obvious (?) way I've found to track this down would be something like

port contents gdbm | \
 sed -n '/\/lib\//{s,lib/.*,lib,;s/^[ ]*/-L/;p;q;}'

This works for any port-installed package, e.g., replace gdbm with
pcre2 or whatever.

Is there a better way?  The full configure.ac entry would need to test
for the availability of the "port" command, etc.




Messages sorted by: Reverse Date, Date, Thread, Author