=================================================================== RCS file: /cvs/ports/games/ufoai/patches/Attic/patch-build_server_mk,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ports/games/ufoai/patches/Attic/patch-build_server_mk 2009/06/15 11:07:04 1.1 +++ ports/games/ufoai/patches/Attic/patch-build_server_mk 2009/12/29 03:42:25 1.2 @@ -1,12 +1,12 @@ -$OpenBSD: patch-build_server_mk,v 1.1 2009/06/15 10:07:04 yason Exp $ ---- build/server.mk.orig Mon Jun 15 13:13:51 2009 -+++ build/server.mk Mon Jun 15 13:14:01 2009 +$OpenBSD: patch-build_server_mk,v 1.2 2009/12/29 03:42:25 yason Exp $ +--- build/server.mk.orig Fri Apr 25 19:16:11 2008 ++++ build/server.mk Tue Nov 4 13:00:17 2008 @@ -33,7 +33,7 @@ SERVER_SRCS += \ shared/infostring.c \ shared/shared.c -ifneq ($(findstring $(TARGET_OS), netbsd freebsd linux-gnu),) -+ifneq ($(findstring $(TARGET_OS), openbsd netbsd freebsd linux-gnu),) ++ifneq ($(findstring $(TARGET_OS), netbsd freebsd openbsd linux-gnu),) SERVER_SRCS += \ ports/linux/linux_main.c \ ports/unix/unix_console.c \