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

> [EMAIL PROTECTED] /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.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to