pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boost-libs devel/boost-libs: make the libbacktra...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a3c8add3957f
branches:  trunk
changeset: 451117:a3c8add3957f
user:      thor <thor%pkgsrc.org@localhost>
date:      Sat Apr 24 14:12:17 2021 +0000

description:
devel/boost-libs: make the libbacktrace check nicer

diffstat:

 devel/boost-libs/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 11a547ec51b7 -r a3c8add3957f devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Sat Apr 24 13:51:23 2021 +0000
+++ b/devel/boost-libs/Makefile Sat Apr 24 14:12:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2021/04/23 16:17:27 thor Exp $
+# $NetBSD: Makefile,v 1.87 2021/04/24 14:12:17 thor Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -49,10 +49,13 @@
 
 # libboost_stacktrace_backtrace requires libbacktrace.
 # FIXME: Test on non-Linux. It should just work.
-TEST_BACKTRACE_CMD=    sh ${FILESDIR}/test-backtrace.sh '${CXX} ${CXXFLAGS} ${CPPFLAGS}'
+TEST_BACKTRACE_CMD=    ${PKGSRC_SETENV} ${MAKE_ENV} ${TOOLS_PLATFORM.sh} \
+  ${FILESDIR}/test-backtrace.sh '${CXX} ${CXXFLAGS} ${CPPFLAGS}'
+.if !defined(_PKGSRC_BARRIER)
 .if ${OPSYS} == "Linux" && ${TEST_BACKTRACE_CMD:sh} == "yes"
 PLIST.backtrace=       yes
 .endif
+.endif
 
 UNLIMIT_RESOURCES+=    stacksize
 



Home | Main Index | Thread Index | Old Index