aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorGuido Falsi <madpilot@FreeBSD.org>2022-05-31 08:22:29 +0000
committerGuido Falsi <madpilot@FreeBSD.org>2022-05-31 08:24:17 +0000
commita8a97c6bb20ed0c4b025ac908a05d370a53785b9 (patch)
treeaab5fcaf43c856ffa7528e664923c1ce631d116f /emulators
parent39e8ccaa065430d6e8ee3baa46c6772f0e02f899 (diff)
Diffstat (limited to 'emulators')
-rw-r--r--emulators/virtualbox-ose-legacy/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/virtualbox-ose-legacy/Makefile b/emulators/virtualbox-ose-legacy/Makefile
index b46b7598b161..a12a9f5e7ccf 100644
--- a/emulators/virtualbox-ose-legacy/Makefile
+++ b/emulators/virtualbox-ose-legacy/Makefile
@@ -206,6 +206,10 @@ KMK_FLAGS+= -j${MAKE_JOBS_NUMBER}
.include <bsd.port.pre.mk>
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400059
+BROKEN= Fails to compile with libc++ 14.0.3
+.endif
+
.if ${CHOSEN_COMPILER_TYPE} == clang && ${OPSYS} == FreeBSD && ${OSVERSION} > 1400022
# clang > 11 included in FreeBSD 14 fails to compile this legacy version
# of virtualbox-ose, force clang 11 on FreeBSD 14 where a newer clang is