ccache on amd64

Mel fbsd.questions at rachie.is-a-geek.net
Thu Sep 25 19:50:17 UTC 2008


On Thursday 25 September 2008 21:03:12 Brian wrote:

> [root at amd /usr/ports/devel/ccache]# make
> ===>  Patching for ccache-2.4_7
> ===>  Applying FreeBSD patches for ccache-2.4_7
> patch: **** malformed patch at line 9: sizeof(char *));
> => Patch patch-args.c failed to apply cleanly.

Result of long lines broken. Join line 8 and 9 and also a few lines down, that 
starts with sizeof(char *).

Additionally, found out why CC := ${CC:C,^cc...etc} works and without does 
not. The culprit is that CC is defined as:
CC="${CC} ${LIB32FLAGS}" in Makefile.inc1

Not sure why they don't mangle CFLAGS instead, but there are probably good 
reasons for it.

-- 
Mel

Problem with today's modular software: they start with the modules
    and never get to the software part.


More information about the freebsd-questions mailing list