Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jan 2017 23:28:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        gnome@FreeBSD.org
Subject:   [Bug 216043] net/gtk-vnc: fails to build with clang 4.0
Message-ID:  <bug-216043-6497-RKE1MHMHs0@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-216043-6497@https.bugs.freebsd.org/bugzilla/>
References:  <bug-216043-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D216043

Jan Beich (mail not working) <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dim@FreeBSD.org

--- Comment #1 from Jan Beich (mail not working) <jbeich@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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-216043-6497-RKE1MHMHs0>