diff options
Diffstat (limited to 'devel/boost-libs/Makefile')
| -rw-r--r-- | devel/boost-libs/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index e97e92a60981..f09ecfa90a06 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -1,5 +1,5 @@ PORTNAME= boost-libs -PORTREVISION?= 2 +PORTREVISION?= 1 COMMENT= Free portable C++ libraries (without Boost.Python) WWW= https://www.boost.org/ @@ -10,7 +10,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt BROKEN_sparc64= https://github.com/boostorg/context/commit/f2ef6326b6ed BUILD_DEPENDS+= bjam:devel/boost-jam -LIB_DEPENDS+= libzstd.so:archivers/zstd # Note about LLVM_FROM_PORTS option: # Build of this port fails with assertion failure of compiler due to @@ -40,7 +39,7 @@ ICONV_DESC= Boost.Locale with iconv encoding support ICU_DESC= Boost.Regex/Locale with ICU unicode support LLVM_FROM_PORTS_DESC= Use LLVM from ports to build -GIL_EXT_LIB_DEPENDS= libpng.so:graphics/png \ +GIL_EXT_LIB_DEPENDS= libpng.so:graphics/png \ libraw.so:graphics/libraw \ libtiff.so:graphics/tiff GIL_EXT_USES= localbase:ldflags jpeg @@ -73,6 +72,11 @@ MAKE_ARGS+= -sZSTD_PATH=${LOCALBASE} MAKE_ARGS+= -sZSTD_LIBRARY_PATH=${LOCALBASE}/lib MAKE_ARGS+= -sZSTD_INCLUDE=${LOCALBASE}/include +# prevent hook up broken and outdated libbacktrace.so from devel/libbacktrace +# which caused build errors with ZSTD or GIL enabled +# TODO: port it to libexecinfo from base +MAKE_ARGS+= boost.stacktrace.backtrace=off + .include <bsd.port.options.mk> # boost.stacktrace.from_exceptions is ready only for amd64 yet |
