Reword warning about FreeBSD / clang compile issue.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@532 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2014-11-13 10:12:24 +00:00
parent 137fbd9b85
commit 85ec7d8859

View File

@@ -10,5 +10,7 @@ Debian, Ubuntu: libncurses5-dev
Fedora, CentOS, OpenSuSE: ncurses-devel Fedora, CentOS, OpenSuSE: ncurses-devel
----- -----
FreeBSD Clang causes BitchX to seg fault. As a workaround, use gcc to
compile the client. There have been reports that FreeBSD Clang causes BitchX to seg fault. As a
workaround, use gcc to compile the client by setting the CC environment
variable before running configure.