[PATCH] devel/tclcl

Kirill Ponomarew krion at voodoo.oberon.net
Mon Jan 17 07:44:31 PST 2005


On Mon, Jan 17, 2005 at 11:50:56AM -0000, Konstantin 'Kosta' Welke wrote:
> tclcl is marked broken on 5.3 because it doesnt compile with gcc 3.4.2
> i needed it so i did a quick&dirty patch.
> The problem is that in tclcl-message.h, member functions of class Tcl
> get called, but class Tcl isnt defined yet. So, there's a dummy declaration
> of Tcl, but i guess gcc3 doesn allow member functions to be called.
> anyhoo, moving the include line after the class Tcl declaration fixes
> everything.
> 
> the patch is attached and supposed to be run in /usr/ports/devel/tclcl

Thanks, I committed this patch.  Please use send-pr(1) in the future
for such valuable fixes :)

-Kirill


More information about the freebsd-ports mailing list