1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/games/tenebrae/files/patch-net.h
Kirill Ponomarev 279b014f86 Add tenebrae 1.04,
Tenebrae is not quake1 anymore, it uses more advanced graphics
algorithms so it requires a much faster system to run. These
are the bare minimum reqs to run Tenebrae:

PIII 600
64 Mb RAM (More if you want to use some mods.)
Geforce1
Quake1 data (registered or shareware)
Water vissed maps

Recommended is a faster processor and a geforce4 / radeon 8500
class 3d card. Tenebrae_Readme.txt contains full list of
supported video cards.

PR:		ports/64320
Submitted by:	Igor Pokrovsky <tiamat@comset.net>
2004-03-17 09:30:31 +00:00

12 lines
412 B
C

--- net.h.orig Wed Mar 17 10:25:22 2004
+++ net.h Wed Mar 17 10:25:37 2004
@@ -239,7 +239,7 @@
extern int hostCacheCount;
extern hostcache_t hostcache[HOSTCACHESIZE];
-#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__)
+#if !defined(_WIN32 ) && !defined (__linux__) && !defined (__sun__) && !defined (__FreeBSD__)
#ifndef htonl
extern unsigned long htonl (unsigned long hostlong);
#endif