From owner-freebsd-amd64@FreeBSD.ORG Thu Jun 3 21:31:36 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54DB316A4CE; Thu, 3 Jun 2004 21:31:36 -0700 (PDT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3D0DD43D3F; Thu, 3 Jun 2004 21:31:36 -0700 (PDT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 0A621FD0D7; Thu, 3 Jun 2004 21:31:36 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 00676-06; Thu, 3 Jun 2004 21:31:35 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 9DBE0FD029; Thu, 3 Jun 2004 21:31:35 -0700 (PDT) From: Sean McNeil To: Joe Marcus Clarke In-Reply-To: <1086323045.41634.10.camel@shumai.marcuscom.com> References: <1086303205.87004.3.camel@server.mcneil.com> <1086323045.41634.10.camel@shumai.marcuscom.com> Content-Type: text/plain Message-Id: <1086323495.48282.20.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Thu, 03 Jun 2004 21:31:35 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: freebsd-gnome@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: evolution compilation on amd64 X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jun 2004 04:31:36 -0000 On Thu, 2004-06-03 at 21:24, Joe Marcus Clarke wrote: > > + .if ${ARCH} == "amd64" > > + CONFIGURE_ARGS+=--with-pic > > + .endif > > + > > post-patch: > > @${FIND} ${WRKSRC} -type f -name "*.[ch]" | ${XARGS} ${GREP} -l '' | \ > > ${XARGS} ${REINPLACE_CMD} -e 's|||g' > > Committed, thanks! > > Joe A pleasure. Your work on freebsd-gnome is greatly appreciated. Sean