From 60901cf01631fb0a62e90ce6823ef9cfeee0f545 Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 21 Apr 2010 12:30:57 +0000 Subject: [PATCH] Add necessary magic to BJAM_CONFIG so that boost honours CFLAGS/CXXFLAGS. Another funky-build-system bites the dust.. --- devel/boost/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/boost/Makefile b/devel/boost/Makefile index a728b39de75..10ef077ba0a 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.21 2010/04/21 09:26:58 landry Exp $ +# $OpenBSD: Makefile,v 1.22 2010/04/21 12:30:57 landry Exp $ COMMENT= free peer-reviewed portable C++ source libraries -PKGNAME= boost-${VERSION} +PKGNAME= boost-${VERSION}p0 VERSION= 1.42.0 DISTNAME= boost_${VERSION:S/./_/g} @@ -47,6 +47,7 @@ MAKE_ENV= GCC="${CC}" GXX="${CXX}" BJAM_CONFIG= -sNO_BZIP2=1 \ -d+2 -q \ + cflags='${CFLAGS}' cxxflags='${CXXFLAGS}' \ variant=release link=static,shared threading=single,multi BOOTSTRAP_CONFIG= --without-icu \