]> granicus.if.org Git - nethack/commitdiff
H264 - FreeBSD compilation bit
authorcohrs <cohrs>
Thu, 15 Mar 2007 04:20:12 +0000 (04:20 +0000)
committercohrs <cohrs>
Thu, 15 Mar 2007 04:20:12 +0000 (04:20 +0000)
I cannot currently verify this myself, but it seems likely to be correct.

doc/fixes34.4
win/tty/termcap.c

index e8691b75f917c6af94d3751c932b426066cb06a5..9757dd17ff489a17c6166b67c3d77b7e4da03a89 100644 (file)
@@ -356,6 +356,7 @@ X11: ensure vertical scrollbar shows up in text display windows
 X11: fix typo in mouse click sanity check; result might have pointed to
        spurious location after window resizing
 unix/Qt: saved games were not found if nethack was built with prefixes in use
+FreeBSD: compilation problems on FreeBSD 6.1
 
 
 General New Features
index fd98cd5723f0468162530492662e99c2f7c44a58..ee3db923f87dab1edf11a7c50b123352795073ba 100644 (file)
@@ -803,7 +803,7 @@ cl_eos()                    /* free after Robert Viduya */
 
 #include <curses.h>
 
-#ifndef LINUX
+#if !defined(LINUX) && !defined(__FreeBSD__)
 extern char *tparm();
 #endif