From a93d0154f6820f80eaf02e182aab2b0fa973c045 Mon Sep 17 00:00:00 2001 From: Oliver Lehmann Date: Mon, 31 Mar 2014 05:55:49 +0000 Subject: remove IPX support as it was dropped for CURRENT --- games/heretic/Makefile | 1 + games/heretic/files/patch-ai | 11 ----------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 games/heretic/files/patch-ai (limited to 'games') diff --git a/games/heretic/Makefile b/games/heretic/Makefile index bb106307c217..807bda7068c4 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -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 diff --git a/games/heretic/files/patch-ai b/games/heretic/files/patch-ai deleted file mode 100644 index 8014af8e6897..000000000000 --- a/games/heretic/files/patch-ai +++ /dev/null @@ -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 - #else - #define MYSOCKLEN_T int --#include -+#include - #endif /* __GLIBC__ */ - - #define IPXSETUP_COMPAT /* be compatible with ipxsetup.exe */ -- cgit