pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/boost-libs
Module Name: pkgsrc
Committed By: thor
Date: Sat Apr 24 14:12:17 UTC 2021
Modified Files:
pkgsrc/devel/boost-libs: Makefile
Log Message:
devel/boost-libs: make the libbacktrace check nicer
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/devel/boost-libs/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/boost-libs/Makefile
diff -u pkgsrc/devel/boost-libs/Makefile:1.86 pkgsrc/devel/boost-libs/Makefile:1.87
--- pkgsrc/devel/boost-libs/Makefile:1.86 Fri Apr 23 16:17:27 2021
+++ pkgsrc/devel/boost-libs/Makefile Sat Apr 24 14:12:17 2021
@@ -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 @@ PLIST.longdbl= yes
# 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