aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2014-03-31 13:55:49 +0800
committeroliver <oliver@FreeBSD.org>2014-03-31 13:55:49 +0800
commit33893fa56c0249f98fb0cb88f2258716a855638d (patch)
tree423e6f41d3650bb51bf7c79bef1733c138c1070b /games
parent86a85202ce5b59041a133f9d2ce8a2f048863931 (diff)
downloadfreebsd-ports-gnome-33893fa56c0249f98fb0cb88f2258716a855638d.tar.gz
freebsd-ports-gnome-33893fa56c0249f98fb0cb88f2258716a855638d.tar.zst
freebsd-ports-gnome-33893fa56c0249f98fb0cb88f2258716a855638d.zip
remove IPX support as it was dropped for CURRENT
Diffstat (limited to 'games')
-rw-r--r--games/heretic/Makefile1
-rw-r--r--games/heretic/files/patch-ai11
2 files changed, 1 insertions, 11 deletions
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 <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 */