[PATCH] devel/tclcl

Konstantin 'Kosta' Welke damaker at fillibach.de
Mon Jan 17 03:28:19 PST 2005


Hi!

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

HTH,
Kosta

PS: this is my first submitted patch, i hope i did everything right
-------------- next part --------------
A non-text attachment was scrubbed...
Name: tclcl.h.diff
Type: application/octet-stream
Size: 365 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20050117/3b58ba23/tclcl.h.obj


More information about the freebsd-ports mailing list