openbsd-ports/games/quake/patches/patch-qw_server_sys_unix_c
ajacoutot dfbca5b986 - remove broken MASTER_SITES
- make sure only one FLAVOR is selected to avoid packaging error
- fix WANTLIB
- regen patches while here
2008-01-11 16:48:44 +00:00

13 lines
500 B
Plaintext

$OpenBSD: patch-qw_server_sys_unix_c,v 1.2 2008/01/11 16:48:44 ajacoutot Exp $
--- qw_server/sys_unix.c.orig Fri Jan 11 17:46:13 2008
+++ qw_server/sys_unix.c Fri Jan 11 17:46:14 2008
@@ -25,7 +25,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
#endif
// FIXME: use autoconf
-#if defined(unix) || defined(_AIX) || defined(__NetBSD__)
+#if defined(unix) || defined(_AIX) || defined(__NetBSD__) || defined(__OpenBSD__)
#include <sys/stat.h>
#include <unistd.h>
#include <sys/time.h>