pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-libs boost-libs: disable pch for all GCC v...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f86da1809492
branches:  trunk
changeset: 459171:f86da1809492
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 30 20:34:17 2021 +0000

description:
boost-libs: disable pch for all GCC versions on NetBSD-amd64

diffstat:

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

diffs (19 lines):

diff -r 6713c4f7f2ae -r f86da1809492 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Thu Sep 30 19:43:57 2021 +0000
+++ b/devel/boost-libs/Makefile Thu Sep 30 20:34:17 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.89 2021/09/29 16:11:04 adam Exp $
+# $NetBSD: Makefile,v 1.90 2021/09/30 20:34:17 adam Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -17,8 +17,7 @@
 .if (${OPSYS} == "NetBSD" && \
        ((${MACHINE_ARCH} == "i386") || \
        (!empty(MACHINE_ARCH:Mearm*) && !empty(PKGSRC_COMPILER:Mgcc)))) || \
-    (!empty(MACHINE_PLATFORM:MNetBSD-[89].*-x86_64) && \
-       !empty(CC_VERSION:Mgcc-7.*))
+       (!empty(MACHINE_PLATFORM:MNetBSD-[89].*-x86_64) && !empty(PKGSRC_COMPILER:Mgcc))
 BJAM_ARGS+=            pch=off
 .endif
 



Home | Main Index | Thread Index | Old Index