UPDATE: devel/cmake
This commit is contained in:
parent
db520464ff
commit
b7a47d4409
2 changed files with 1 additions and 2 deletions
|
@ -18,7 +18,6 @@ PERMIT_PACKAGE = Yes
|
||||||
|
|
||||||
WANTLIB += ${COMPILER_LIBCXX} archive c curl curses expat form
|
WANTLIB += ${COMPILER_LIBCXX} archive c curl curses expat form
|
||||||
WANTLIB += jsoncpp m rhash uv z
|
WANTLIB += jsoncpp m rhash uv z
|
||||||
WANTLIB += execinfo
|
|
||||||
|
|
||||||
COMPILER = base-clang ports-gcc
|
COMPILER = base-clang ports-gcc
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ Index: Source/kwsys/CMakeLists.txt
|
||||||
COMPILE_DEFINITIONS KWSYS_CXX_HAS_RLIMIT64=1)
|
COMPILE_DEFINITIONS KWSYS_CXX_HAS_RLIMIT64=1)
|
||||||
endif()
|
endif()
|
||||||
- if(UNIX AND NOT KWSYS_NO_EXECINFO)
|
- if(UNIX AND NOT KWSYS_NO_EXECINFO)
|
||||||
+ if(UNIX AND NOT KWSYS_NO_EXECINFO AND NOT (CMAKE_SYSTEM MATCHES "OpenBSD"))
|
+ if(UNIX AND NOT KWSYS_NO_EXECINFO AND NOT (CMAKE_SYSTEM MATCHES "SecBSD"))
|
||||||
include(CheckIncludeFileCXX)
|
include(CheckIncludeFileCXX)
|
||||||
# check for simple stack trace
|
# check for simple stack trace
|
||||||
# usually it's in libc but on FreeBSD
|
# usually it's in libc but on FreeBSD
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue