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:   nros
Date:           Tue Dec 31 13:30:27 UTC 2019

Modified Files:
        pkgsrc/devel/boost-libs: Makefile

Log Message:
Fix boost-libs PLIST on devuan linux distro


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 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.77 pkgsrc/devel/boost-libs/Makefile:1.78
--- pkgsrc/devel/boost-libs/Makefile:1.77       Sun Nov  3 10:39:06 2019
+++ pkgsrc/devel/boost-libs/Makefile    Tue Dec 31 13:30:27 2019
@@ -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 @@ PLIST.longdbl=                yes
 # 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