[ANNOUNCE]: clang compiling ports, take 2

Ivan Klymenko fidaj at ukr.net
Sun Sep 4 09:03:16 UTC 2011


В Sun, 04 Sep 2011 09:34:33 +0200
Matthias Andree <mandree at FreeBSD.org> пишет:

> Am 04.09.2011 09:12, schrieb Ivan Klymenko:
> 
> > Maybe this will help:
> > *rdup_entry = *rdup_entry;
> 
> This is just guessing and probably triggers the same warning unless
> it's volatile.
> 
> Have the original author look at it.

This is not guesswork.
All is going without any errors and warnings.

setenv |grep clang
CC=clang
CXX=clang++

cd /usr/ports/sysutils/rdup && make patch

rdup_entry = rdup_entry; => *rdup_entry = *rdup_entry;

make > build.log


More information about the freebsd-ports mailing list