Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Aug 2004 09:55:26 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ia64@freebsd.org
Subject:   Re: [ports-ia64@pointyhat.freebsd.org: freetype-1.3.1_3 failed on ia64 5]
Message-ID:  <20040815165526.GA47762@dhcp50.pn.xcllnt.net>
In-Reply-To: <20040815091805.GA86151@xor.obsecurity.org>
References:  <20040815091805.GA86151@xor.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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