Re: Building zsh/db/gdbm on MacOS Sequoia
"Mark J. Reed" <[email protected]> Mon, 29 Jun 2026 16:27:25 -0400
| Newsgroups | gmane.comp.shells.zsh.devel |
|---|---|
| Message-ID | <CAA=-s3ycjbh26MzkoCBbO_HxZK9RNJ-wh_PSd9KvnZDAKc-oCA@mail.gmail.com> |
On Mon, Jun 29, 2026 at 4:09 PM Bart Schaefer <[email protected]> wrote: > As far as I can tell (any help here, anyone?) "port" has no such > option -- every package could have its contents in a different place. > Every package _could_ do that, but it's in the interest of the maintainers not to, because nobody wants to be adding a kajillion directories to their PATH, LD_LIBRARY_PATH, etc. IIRC, on BSD, port-installed stuff defaults to /usr/local/{include,lib}, while I believe MacPorts defaults to /opt/local/{include,lib}. So as long as you have those directories in the appropriate envars configure should be able to find stuff you installed that way. -- Mark J. Reed <[email protected]>