[Bug 216043] net/gtk-vnc: fails to build with clang 4.0
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Fri Jan 13 23:28:25 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216043
Jan Beich (mail not working) <jbeich at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dim at FreeBSD.org
--- Comment #1 from Jan Beich (mail not working) <jbeich at FreeBSD.org> ---
Dimitry, can you bisect the following change that confuses libtool?
$ echo 'int main() {}' >a.c
$ cc -MD -MP -MF a.Tpo -c a.c
$ cat a.Tpo
a.o: a.c
a.c:
$ clang39 -MD -MP -MF a.Tpo -c a.c
$ cat a.Tpo
a.o: a.c
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-gnome
mailing list