mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
d932eda697
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
12 lines
294 B
Plaintext
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 */
|