Bug 24183

Summary: BitchX won't compile with tcl support
Product: Ports & Packages Reporter: darren <darren>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description darren 2001-01-09 13:40:00 UTC
simply I believe a patch needs to be added, one cannot
'cd /usr/ports/irc/bitchx'
'make WITH_TCL=YES'
without errors

Fix: 

#include <tcl.h>
needs to be
#include "tcl.h"
and it will compile and work without errors that I know of
How-To-Repeat: 'cd /usr/ports/irc/bitchx'
'make WITH_TCL=YES'
Comment 1 Steve Price freebsd_committer freebsd_triage 2001-02-26 05:04:19 UTC
State Changed
From-To: open->closed

Committed, thanks!