freebsd.compat: re-add lost patch

This patch was applied to 14.0 but not 13.1. It is necessary for 13.1 as
well.
This commit is contained in:
Audrey Dutcher 2024-05-27 12:19:18 -07:00 committed by John Ericson
parent c0273b5a48
commit 4050f49cac

View File

@ -2,12 +2,11 @@ diff --git a/tools/build/Makefile b/tools/build/Makefile
index 948a5f9dfdb..592af84eeae 100644
--- a/tools/build/Makefile
+++ b/tools/build/Makefile
@@ -327,15 +327,15 @@ host-symlinks:
@@ -327,14 +327,14 @@ host-symlinks:
# and cross-tools stages. We do this here using mkdir since mtree may not exist
# yet (this happens if we are crossbuilding from Linux/Mac).
INSTALLDIR_LIST= \
- bin \
- lib/casper \
- lib/geom \
- usr/include/casper \
- usr/include/private/ucl \
@ -16,7 +15,6 @@ index 948a5f9dfdb..592af84eeae 100644
- usr/libdata/pkgconfig \
- usr/libexec
+ ${BINDIR} \
+ ${LIBDIR}/casper \
+ ${LIBDIR}/geom \
+ ${INCLUDEDIR}/casper \
+ ${INCLUDEDIR}/private/ucl \