[ports-ia64@pointyhat.freebsd.org: freetype-1.3.1_3 failed on ia64 5]

Marcel Moolenaar marcel at xcllnt.net
Sun Aug 15 09:55:27 PDT 2004


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 at xcllnt.net


More information about the freebsd-ia64 mailing list