From d30da7710ba2e8ebc601a29af7e2972829a05b4d Mon Sep 17 00:00:00 2001 From: oliver Date: Sun, 28 Dec 2003 11:10:42 +0000 Subject: Fix build on Alpha and Sparc arch Approved By: maintainer timeout (2 weeks) --- devel/boost/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'devel/boost') diff --git a/devel/boost/Makefile b/devel/boost/Makefile index 061ec534fe29..1e420b5328a8 100644 --- a/devel/boost/Makefile +++ b/devel/boost/Makefile @@ -36,11 +36,18 @@ PLIST_SUB= BOOST_PYTHON="@comment " INSTALLS_SHLIB= yes DOCFILES= *.css *.gif *.htm *.html *.jpeg *.jpg *.png +.include + +.if ${ARCH} == alpha +BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdaxp/bjam +.elif ${ARCH} == sparc64 +BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdsparc/bjam +.else BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsd/bjam +.endif COMPILED_LIBS+= date_time filesystem regex signals test thread -.include do-configure: # for -pthread options -- cgit