From 57d55b8e121d4cebb47ae3abee975b20f1aeec71 Mon Sep 17 00:00:00 2001 From: cohrs Date: Thu, 15 Mar 2007 04:20:12 +0000 Subject: [PATCH] H264 - FreeBSD compilation bit I cannot currently verify this myself, but it seems likely to be correct. --- doc/fixes34.4 | 1 + win/tty/termcap.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/fixes34.4 b/doc/fixes34.4 index e8691b75f..9757dd17f 100644 --- a/doc/fixes34.4 +++ b/doc/fixes34.4 @@ -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 diff --git a/win/tty/termcap.c b/win/tty/termcap.c index fd98cd572..ee3db923f 100644 --- a/win/tty/termcap.c +++ b/win/tty/termcap.c @@ -803,7 +803,7 @@ cl_eos() /* free after Robert Viduya */ #include -#ifndef LINUX +#if !defined(LINUX) && !defined(__FreeBSD__) extern char *tparm(); #endif