diff options
author | oliver <oliver@FreeBSD.org> | 2014-03-31 13:55:49 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-03-31 13:55:49 +0800 |
commit | 33893fa56c0249f98fb0cb88f2258716a855638d (patch) | |
tree | 423e6f41d3650bb51bf7c79bef1733c138c1070b /games | |
parent | 86a85202ce5b59041a133f9d2ce8a2f048863931 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | games/heretic/files/patch-ai | 11 |
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 */ |