В Sun, 04 Sep 2011 09:34:33 +0200
Matthias Andree <mand...@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
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to