pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/boost-build
Module Name: pkgsrc
Committed By: schmonz
Date: Sat Jan 29 11:03:58 UTC 2022
Modified Files:
pkgsrc/devel/boost-build: toolset.mk
Log Message:
If we're gcc on Darwin, but GCCBASE is defined, set BOOST_TOOLSET=gcc
(instead of 'darwin'). Fixes Snow Leopard build with lang/gcc10.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/boost-build/toolset.mk
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-build/toolset.mk
diff -u pkgsrc/devel/boost-build/toolset.mk:1.7 pkgsrc/devel/boost-build/toolset.mk:1.8
--- pkgsrc/devel/boost-build/toolset.mk:1.7 Tue Dec 10 16:12:49 2013
+++ pkgsrc/devel/boost-build/toolset.mk Sat Jan 29 11:03:58 2022
@@ -1,7 +1,7 @@
-# $NetBSD: toolset.mk,v 1.7 2013/12/10 16:12:49 jperkin Exp $
+# $NetBSD: toolset.mk,v 1.8 2022/01/29 11:03:58 schmonz Exp $
.if !empty(PKGSRC_COMPILER:Mgcc)
-. if ${OPSYS} == "Darwin"
+. if ${OPSYS} == "Darwin" && !defined(GCCBASE)
BOOST_TOOLSET= darwin
. else
BOOST_TOOLSET= gcc
Home |
Main Index |
Thread Index |
Old Index