Date: Thu, 25 Sep 2008 21:50:15 +0200 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Brian <brian@brianwhalen.net> Subject: Re: ccache on amd64 Message-ID: <200809252150.15662.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <48DBE070.7060406@brianwhalen.net> References: <48D7092B.1040503@brianwhalen.net> <200809251549.41342.fbsd.questions@rachie.is-a-geek.net> <48DBE070.7060406@brianwhalen.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday 25 September 2008 21:03:12 Brian wrote:
> [root@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809252150.15662.fbsd.questions>
