https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101491
John Hein <rv4chsst7e at liamekaens dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rv4chsst7e at liamekaens dot com --- Comment #9 from John Hein <rv4chsst7e at liamekaens dot com> --- Created attachment 53828 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53828&action=edit install libgccjit*.h under $(libdir)/gcc/$(target_alias)/$(gcc_version) instead of $(libdir)/include I've been using the attached patch on FreeBSD for a few months to install libgccjit*.h in the location of other header files under $(libdir)/gcc/$(target_alias)/$(gcc_version)/ as suggested in comment 5. emacs uses libgccgit.h (if configured --with-native-compilation), and the emacs port builds fine with this new location.