From a6bc9aea93e5b2754eafd98c88812d49a3a92f95 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 29 Apr 2010 05:31:41 +0200 Subject: [PATCH] boost: use . --HG-- extra : convert_revision : acdd726204b546fe6e135f784ea25ee1855c31a5 --- srcpkgs/boost/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/boost/template b/srcpkgs/boost/template index 4f3cb30220e..1e4b2fc1f2a 100644 --- a/srcpkgs/boost/template +++ b/srcpkgs/boost/template @@ -28,10 +28,8 @@ Add_dependency build python do_build() { - [ -n "${XBPS_MAKEJOBS}" ] && _jobs="-j${XBPS_MAKEJOBS}" - cd ${wrksrc} && ./bootstrap.sh -prefix=${DESTDIR}/usr || return 1 - cd ${wrksrc} && ./bjam cflags=-fno-strict-aliasing ${_jobs} || return 1 + cd ${wrksrc} && ./bjam cflags=-fno-strict-aliasing ${makejobs} || return 1 } do_install()