1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/heretic/files/patch-ai
Will Andrews d932eda697 New port for Linux port of Heretic. Currently the port only
supports X11 library graphics. I will fix it later to allow the
use of OpenGL/Mesa well as the other libraries that Heretic
has been ported to work with in the Unix world.

PR:		17194
2000-03-22 02:32:41 +00:00

12 lines
294 B
Plaintext

--- i_ipx.c Sat Oct 23 05:02:21 1999
+++ i_ipx.c.new Sun Feb 13 03:59:27 2000
@@ -20,7 +20,7 @@
#include <netipx/ipx.h>
#else
#define MYSOCKLEN_T int
-#include <linux/ipx.h>
+#include <netipx/ipx.h>
#endif /* __GLIBC__ */
#define IPXSETUP_COMPAT /* be compatible with ipxsetup.exe */