H264 - FreeBSD compilation bit

I cannot currently verify this myself, but it seems likely to be correct.
This commit is contained in:
cohrs
2007-03-15 04:20:12 +00:00
parent d302e6252b
commit 57d55b8e12
2 changed files with 2 additions and 1 deletions

View 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

View 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