pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-python Use $BOOST_BUILD_PATH, not $HOME. P...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c270c345c97e
branches:  trunk
changeset: 539922:c270c345c97e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 16 23:33:57 2008 +0000

description:
Use $BOOST_BUILD_PATH, not $HOME. PR pkg/38061 from Gary Duzan.
(this was fallout from introduction of mk/check/check-fakehome.mk)

diffstat:

 devel/boost-python/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6913fc5f753e -r c270c345c97e devel/boost-python/Makefile
--- a/devel/boost-python/Makefile       Sun Mar 16 22:05:01 2008 +0000
+++ b/devel/boost-python/Makefile       Sun Mar 16 23:33:57 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/02/05 23:01:59 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2008/03/16 23:33:57 tnn Exp $
 #
 
 BOOST_PACKAGE=         python
@@ -10,7 +10,7 @@
 .include "../../meta-pkgs/boost/Makefile.common"
 
 BJAM_ARGS+=            --with-python
-MAKE_ENV+=             HOME=${WRKSRC}
+MAKE_ENV+=             BOOST_BUILD_PATH=${WRKSRC}
 
 .include "../../devel/boost-jam/bjam.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index