mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
GCC, the GNU Compiler Collection, supports a number of languages. This port installs the C, C++, and Fortran front ends as gcc15, g++15, and gfortran15, respectively. This is the first snapshot from trunk with the GCC 15 designation. It largely is a copy of lang/gcc14-devel.
14 lines
549 B
Text
14 lines
549 B
Text
--- gcc/jit/Make-lang.in.orig 2024-02-25 22:32:31 UTC
|
|
+++ gcc/jit/Make-lang.in
|
|
@@ -360,9 +360,9 @@ jit.install-headers: installdirs
|
|
# Install hooks:
|
|
jit.install-headers: installdirs
|
|
$(INSTALL_DATA) $(srcdir)/jit/libgccjit.h \
|
|
- $(DESTDIR)$(includedir)/libgccjit.h
|
|
+ $(DESTDIR)$(libsubincludedir)/libgccjit.h
|
|
$(INSTALL_DATA) $(srcdir)/jit/libgccjit++.h \
|
|
- $(DESTDIR)$(includedir)/libgccjit++.h
|
|
+ $(DESTDIR)$(libsubincludedir)/libgccjit++.h
|
|
|
|
ifneq (,$(findstring mingw,$(target)))
|
|
jit.install-common: installdirs jit.install-headers
|