Package: src:quakespasm
Version: 0.85.6-1
Severity: important
Tags: patch
User: [email protected]
Usertags: kfreebsd, hurd
Hello,
Inlined is an update to the kfreebsd-support.diff patch to work also on
GNU/Hurd:
#cat kfreebsd+gnu-support.diff
--- Quake/net_sys.h.orig 2012-01-28 21:28:41.000000000 +0000
+++ Quake/net_sys.h 2012-04-10 17:32:50.000000000 +0200
@@ -62,7 +62,8 @@
#if defined(__FreeBSD__) || defined(__DragonFly__) || \
defined(__OpenBSD__) || defined(__NetBSD__) || \
- defined(__MACOSX__)
+ defined(__MACOSX__) || defined(__FreeBSD_kernel__) || \
+ defined(__GNU__)
/* struct sockaddr has unsigned char sa_len as the first member in BSD
* variants and the family member is also an unsigned char instead of an
* unsigned short. This should matter only when PLATFORM_UNIX is defined,
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]