aboutsummaryrefslogtreecommitdiff
path: root/games/quakeforge/files
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-01-25 20:39:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-01-25 20:39:30 +0000
commit02d0b724c180415a27dd767af59322f7c94d4950 (patch)
treed4e1a7a21a36ee4a9c71443080ae61885cfbfea0 /games/quakeforge/files
parente3b096c6ed2786e9049dfa2ec51d7ce715acdfda (diff)
- Fix the detection of libvorbis (broken, due to version bump)
- Fix a bug in the network code, found by Vladimir Machulsky - Use DOCSDIR - Bump PORTREVISION PR: ports/61902 Submitted by: Ulrich Spoerlein <q@uni.de> (maintainer)
Notes
Notes: svn path=/head/; revision=99127
Diffstat (limited to 'games/quakeforge/files')
-rw-r--r--games/quakeforge/files/patch-include-netmain.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/quakeforge/files/patch-include-netmain.h b/games/quakeforge/files/patch-include-netmain.h
new file mode 100644
index 000000000000..4bce735cb597
--- /dev/null
+++ b/games/quakeforge/files/patch-include-netmain.h
@@ -0,0 +1,11 @@
+--- include/netmain.h.orig Wed Feb 12 22:08:55 2003
++++ include/netmain.h Thu Jan 22 17:33:55 2004
+@@ -34,7 +34,8 @@
+
+ struct qsockaddr
+ {
+- short qsa_family;
++ unsigned char dummy;
++ unsigned char qsa_family;
+ unsigned char qsa_data[14];
+ };