Files
pkgsrc-ng/meta-pkgs/boost/patches/patch-ae
2013-09-26 17:14:40 +02:00

15 lines
416 B
Plaintext

$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."