]> git.eshelyaron.com Git - emacs.git/commit
Allow building on MacOS with MacPorts and libgccjit
authorLars Ingebrigtsen <larsi@emkay.local>
Sat, 7 Aug 2021 09:56:37 +0000 (11:56 +0200)
committerLars Ingebrigtsen <larsi@emkay.local>
Sat, 7 Aug 2021 09:56:44 +0000 (11:56 +0200)
commit8ce7a697ca8d654271021a9580ed1054df58100e
tree4bb4fbe89752795d02234ab79775c40df9462c63
parent0b049fe71d73f6885a3c81ea31829e3befc18933
Allow building on MacOS with MacPorts and libgccjit

* configure.ac: Check for the "port" command (MacPorts).
Add the required lib/include directories for nativecomp.

* src/Makefile.in (LIBGCCJIT_CFLAGS, LIBGCCJIT_LIBS): Split into
two parts to allow including -L/-I for MacPorts.
(LIBES): Adjust.
(EMACS_CFLAGS): Ditto.
configure.ac
src/Makefile.in