pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/boost-libs Fix boost-libs PLIST on devuan linux ...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ec218d84be81
branches: trunk
changeset: 406901:ec218d84be81
user: nros <nros%pkgsrc.org@localhost>
date: Tue Dec 31 13:30:27 2019 +0000
description:
Fix boost-libs PLIST on devuan linux distro
diffstat:
devel/boost-libs/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c3383d609763 -r ec218d84be81 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Tue Dec 31 13:24:17 2019 +0000
+++ b/devel/boost-libs/Makefile Tue Dec 31 13:30:27 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.77 2019/11/03 10:39:06 rillig Exp $
+# $NetBSD: Makefile,v 1.78 2019/12/31 13:30:27 nros Exp $
BOOST_PACKAGE= libs
BOOST_COMMENT= (binary libraries)
@@ -44,7 +44,7 @@
# libboost_stacktrace_backtrace requires libbacktrace.
# FIXME: The condition needs to be refined for non-Debian/Ubuntu
# platforms shipped with libbacktrace.
-.if ${OPSYS} == "Linux" && exists(/etc/debian_version)
+.if ${OPSYS} == "Linux" && (exists(/etc/debian_version) || exists(/etc/devuan_version))
PLIST.backtrace= yes
.endif
Home |
Main Index |
Thread Index |
Old Index