pkgsrc/meta-pkgs/boost/patches/patch-ae
adam 967857908e Changes 1.47.0:
New Libraries
* Chrono: Useful time utilities
* Geometry: Geometry Library
* Phoenix: Define small unnamed function objects at the actual call site, and
  more
* Ratio: Compile time rational arithmetic
More: http://www.boost.org/users/history/version_1_47_0.html
2011-10-11 10:02:07 +00:00

14 lines
416 B
Text

$NetBSD: patch-ae,v 1.7 2011/10/11 10:02:08 adam Exp $
Pass CFLAGS to the compiler.
--- tools/build/v2/engine/build.sh.orig 2011-02-24 08:42:55.000000000 +0000
+++ tools/build/v2/engine/build.sh
@@ -237,6 +237,7 @@ case $BOOST_JAM_TOOLSET in
error_exit "Unknown toolset: $BOOST_JAM_TOOLSET"
;;
esac
+BOOST_JAM_CC="${BOOST_JAM_CC} ${CFLAGS}"
echo "###"
echo "### Using '$BOOST_JAM_TOOLSET' toolset."