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:   adam
Date:           Thu Sep 30 20:34:17 UTC 2021

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 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.89 pkgsrc/devel/boost-libs/Makefile:1.90
--- pkgsrc/devel/boost-libs/Makefile:1.89       Wed Sep 29 16:11:04 2021
+++ pkgsrc/devel/boost-libs/Makefile    Thu Sep 30 20:34:17 2021
@@ -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 @@ PLIST_VARS+=          backtrace context fiber lo
 .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