Fix path to bjam.mk: it now lives inside boost-jam, not boost-build.
This commit is contained in:
parent
ce7d44f45f
commit
1e7904fff6
3 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.7 2006/07/01 19:38:00 jmmv Exp $
|
||||
# $NetBSD: Makefile,v 1.8 2007/06/02 17:51:48 jmmv Exp $
|
||||
#
|
||||
|
||||
BOOST_PACKAGE= headers
|
||||
|
@ -9,7 +9,7 @@ BOOST_CONFIG= generate
|
|||
|
||||
BJAM_ARGS+= --with-unknown # disable all libraries
|
||||
|
||||
.include "../../devel/boost-build/bjam.mk"
|
||||
.include "../../devel/boost-jam/bjam.mk"
|
||||
|
||||
# The following is a quick hack to let boost compile under NetBSD with GCC 4.
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/07/13 17:59:37 heinz Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/06/02 17:51:48 jmmv Exp $
|
||||
#
|
||||
|
||||
BOOST_PACKAGE= libs
|
||||
|
@ -11,7 +11,7 @@ BOOST_INSTALL_LIBS= yes
|
|||
BJAM_ARGS+= --without-python
|
||||
BJAM_ARGS+= --without-serialization # Requires wide I/O
|
||||
|
||||
.include "../../devel/boost-build/bjam.mk"
|
||||
.include "../../devel/boost-jam/bjam.mk"
|
||||
|
||||
do-build: bjam-build
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:40 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2007/06/02 17:51:49 jmmv Exp $
|
||||
#
|
||||
|
||||
BOOST_PACKAGE= python
|
||||
|
@ -12,7 +12,7 @@ BJAM_ARGS+= --with-python
|
|||
BJAM_ARGS+= -sPYTHON_ROOT=${PREFIX}
|
||||
BJAM_ARGS+= -sPYTHON_VERSION=${PYVERSSUFFIX}
|
||||
|
||||
.include "../../devel/boost-build/bjam.mk"
|
||||
.include "../../devel/boost-jam/bjam.mk"
|
||||
.include "../../lang/python/application.mk"
|
||||
|
||||
do-build: bjam-build
|
||||
|
|
Loading…
Reference in a new issue