remove IPX support as it was dropped for CURRENT

This commit is contained in:
Oliver Lehmann 2014-03-31 05:55:49 +00:00
parent e0db4b4660
commit a93d0154f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349706
2 changed files with 1 additions and 11 deletions

View File

@ -59,6 +59,7 @@ post-extract:
> ${WRKSRC}/heretic_share.wad
.endif
@${FIND} ${WRKSRC} -name .depend -type f -delete
@${RM} ${WRKSRC}/i_ipx.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${BINARY} ${PREFIX}/bin/heretic

View File

@ -1,11 +0,0 @@
--- 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 */