mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
editors/imhex: Fix build error on 13.x
MFH: 2025Q2
This commit is contained in:
parent
a3144d0a72
commit
e899a19c8e
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ IGNORE= requires libc++ of LLVM 17 on the base system
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
# After LLVM 18 import into the base system
|
# After LLVM 18 import into the base system
|
||||||
.if (${OSREL:R} == 15 && ${OSVERSION} >= 1500018) || ${OSREL:R} == 14
|
.if (${OSREL:R} == 15 && ${OSVERSION} >= 1500018) || ${OSREL:R} < 15
|
||||||
CXXFLAGS+= -fexperimental-library -D_LIBCPP_ENABLE_EXPERIMENTAL
|
CXXFLAGS+= -fexperimental-library -D_LIBCPP_ENABLE_EXPERIMENTAL
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue