summaryrefslogtreecommitdiff
path: root/games/bzflag/files/patch-network.h
diff options
context:
space:
mode:
authorNick Sayer <nsayer@FreeBSD.org>2001-03-26 16:51:54 +0000
committerNick Sayer <nsayer@FreeBSD.org>2001-03-26 16:51:54 +0000
commita967a694ca6a1f378e2a4042af0757c8aaefe315 (patch)
treea6e0176365b16aedf744dc99d8492745774ddc24 /games/bzflag/files/patch-network.h
parentAdd ruby-sdl, a Ruby extension library to use SDL library. Currently (diff)
1. Update to 1.7e.1. d.9 is no longer interoperable.
2. Get rid of half-speed audio flag. It breaks audio on Yamaha chipsets. 3. The program maintainer has a bad habit of morphing the distfile and WRKSRC name. Grr. 4. Some patches were subsumed and thus deleted. Other stuff has come up though and thus must be patched. 5. Take over MAINTAINERship. PR: ports/26112 Approved by: nbm
Notes
Notes: svn path=/head/; revision=40402
Diffstat (limited to '')
-rw-r--r--games/bzflag/files/patch-network.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/games/bzflag/files/patch-network.h b/games/bzflag/files/patch-network.h
deleted file mode 100644
index 6470541c4590..000000000000
--- a/games/bzflag/files/patch-network.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- include/network.h.orig Sat Aug 12 01:02:05 2000
-+++ include/network.h Sat Aug 12 01:02:21 2000
-@@ -39,7 +39,7 @@
- #include <netinet/tcp.h>
- #include <arpa/inet.h>
- #include <netdb.h>
--#if defined(_old_linux_) || (!defined(__linux__) && !defined(sun))
-+#if defined(_old_linux_) || (!defined(__linux__) && !defined(sun) && !defined(BSD))
- #include <bstring.h>
- #endif
-