Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Mar 2004 06:50:15 -0800 (PST)
From:      Simon Barner <barner@in.tum.de>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/63903: [maintainer] devel/boost: Fix on ia64
Message-ID:  <200403081450.i28EoFo0002007@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/63903; it has been noted by GNATS.

From: Simon Barner <barner@in.tum.de>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/63903: [maintainer] devel/boost: Fix on ia64
Date: Mon, 8 Mar 2004 15:49:05 +0100

 Update: This patch did not work on amd64.
 
 Thanks to arved@ who kindly provided access to one of his machines, this
 problem is fixed now.
 
 Simon
 
 Index: Makefile
 ===================================================================
 RCS file: /home/ncvs/ports/devel/boost/Makefile,v
 retrieving revision 1.15
 diff -u -r1.15 Makefile
 --- Makefile	20 Feb 2004 05:32:21 -0000	1.15
 +++ Makefile	8 Mar 2004 14:22:32 -0000
 @@ -77,6 +77,8 @@
  BJAM=		${WRKSRC}/tools/build/jam_src/bin.freebsdaxp/bjam
  .elif ${ARCH} == sparc64
  BJAM=		${WRKSRC}/tools/build/jam_src/bin.freebsdsparc/bjam
 +.elif ${ARCH} == ia64
 +BJAM=		${WRKSRC}/tools/build/jam_src/bin.freebsdia64/bjam
  .else
  BJAM=		${WRKSRC}/tools/build/jam_src/bin.freebsd/bjam
  .endif



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403081450.i28EoFo0002007>