mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
cad/opencascade: link with execinfo
Fix a failure detected in another project: > ImportError: /usr/local/lib/libTKernel.so.7: Undefined symbol "backtrace" PR: 261583 Reported by: yuri
This commit is contained in:
parent
12ef79d192
commit
a961a22e6f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= opencascade
|
||||
PORTVERSION= 7.6.0
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= cad science
|
||||
MASTER_SITES= LOCAL/thierry
|
||||
|
||||
|
@ -49,7 +49,7 @@ OPTIONS_DEFAULT=FFMPEG VIS
|
|||
OPTIONS_SUB= yes
|
||||
|
||||
REINPLACE_ARGS= -i ""
|
||||
LDFLAGS+= -Wl,--allow-shlib-undefined
|
||||
LDFLAGS+= -Wl,--allow-shlib-undefined -lexecinfo
|
||||
CMAKE_ARGS+= -DINSTALL_DIR=${OCCROOT} \
|
||||
-DINSTALL_DIR_INCLUDE=${PREFIX}/include/OpenCASCADE \
|
||||
-DINSTALL_DIR_LIB=${PREFIX}/lib \
|
||||
|
|
Loading…
Add table
Reference in a new issue