From owner-freebsd-ia64@FreeBSD.ORG Sun Aug 15 16:55:27 2004 Return-Path: Delivered-To: freebsd-ia64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2269A16A4CE for ; Sun, 15 Aug 2004 16:55:27 +0000 (GMT) Received: from ns1.xcllnt.net (209-128-86-226.bayarea.net [209.128.86.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14CD43D2D for ; Sun, 15 Aug 2004 16:55:26 +0000 (GMT) (envelope-from marcel@xcllnt.net) Received: from dhcp50.pn.xcllnt.net (dhcp50.pn.xcllnt.net [192.168.4.250]) by ns1.xcllnt.net (8.12.11/8.12.11) with ESMTP id i7FGtQvm000905; Sun, 15 Aug 2004 09:55:26 -0700 (PDT) (envelope-from marcel@piii.pn.xcllnt.net) Received: from dhcp50.pn.xcllnt.net (localhost [127.0.0.1]) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1) with ESMTP id i7FGtQj4047875; Sun, 15 Aug 2004 09:55:26 -0700 (PDT) (envelope-from marcel@dhcp50.pn.xcllnt.net) Received: (from marcel@localhost) by dhcp50.pn.xcllnt.net (8.13.1/8.13.1/Submit) id i7FGtQ2f047874; Sun, 15 Aug 2004 09:55:26 -0700 (PDT) (envelope-from marcel) Date: Sun, 15 Aug 2004 09:55:26 -0700 From: Marcel Moolenaar To: Kris Kennaway Message-ID: <20040815165526.GA47762@dhcp50.pn.xcllnt.net> References: <20040815091805.GA86151@xor.obsecurity.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040815091805.GA86151@xor.obsecurity.org> User-Agent: Mutt/1.4.2.1i cc: ia64@freebsd.org Subject: Re: [ports-ia64@pointyhat.freebsd.org: freetype-1.3.1_3 failed on ia64 5] X-BeenThere: freebsd-ia64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the IA-64 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Aug 2004 16:55:27 -0000 On Sun, Aug 15, 2004 at 02:18:05AM -0700, Kris Kennaway wrote: *snip* > ===> Building for freetype-1.3.1_3 > cd lib; gmake -f arch/unix/Makefile all *snip* > gmake -f ia64/Makefile LIB_FILES="freetype.lo ftxkern.lo ftxgasp.lo ftxpost.lo ftxcmap.lo ftxsbit.lo ftxwidth.lo ftxerr18.lo ftxgsub.lo ftxgpos.lo ftxgdef.lo ftxopen.lo" libttf.la > gmake[2]: Entering directory `/tmp/a/ports/print/freetype/work/freetype-1.3.1/lib' This is caused by make(1) now passing variables to subordinate make invocations through .MAKEFLAGS. We define ARCH in the ports infra- structure, but ARCH is also used by the freetype port. We define ARCH as ia64, which overrides the value freetype uses (arch/unix). Hence the breakage. This is not ia64 specific. -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net