lang/lfortran: Unbreak this port on FreeBSD 12
Approved by: portmgr (blanket)
This commit is contained in:
parent
0f95ad22be
commit
6ce0588e3a
1 changed files with 3 additions and 1 deletions
|
|
@ -9,7 +9,6 @@ WWW= https://lfortran.org/
|
|||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
BROKEN_FreeBSD_12= use of undeclared identifier '_Unwind_Backtrace'
|
||||
BROKEN_i386= sizeof(YYSTYPE) != sizeof(Vec<AST::ast_t*>)
|
||||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
|
|
@ -32,6 +31,9 @@ CMAKE_ON= LFORTRAN_BUILD_ALL WITH_DWARFDUMP WITH_FMT WITH_JSON \
|
|||
WITH_LINKH WITH_LLVM WITH_STACKTRACE WITH_UNWIND
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CXXFLAGS+= ${CXXFLAGS_${OPSYS}_${OSREL:R}}
|
||||
CXXFLAGS_FreeBSD_12= -D_GNU_SOURCE
|
||||
|
||||
LLVM_VERSION= 15 # 16 is supported too
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES # NB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue