pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-build If we're gcc on Darwin, but GCCBASE ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/04a32566ecc7
branches:  trunk
changeset: 372720:04a32566ecc7
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Jan 29 11:03:58 2022 +0000

description:
If we're gcc on Darwin, but GCCBASE is defined, set BOOST_TOOLSET=gcc
(instead of 'darwin'). Fixes Snow Leopard build with lang/gcc10.

diffstat:

 devel/boost-build/toolset.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r e5c062e62ea5 -r 04a32566ecc7 devel/boost-build/toolset.mk
--- a/devel/boost-build/toolset.mk      Sat Jan 29 11:02:50 2022 +0000
+++ b/devel/boost-build/toolset.mk      Sat Jan 29 11:03:58 2022 +0000
@@ -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