[BACK]Return to patch-build_server_mk CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / patches

File: [local] / ports / games / ufoai / patches / Attic / patch-build_server_mk (download)

Revision 1.2, Tue Dec 29 03:42:25 2009 UTC (14 years, 6 months ago) by yason
Branch: MAIN
Changes since 1.1: +3 -3 lines

patches from Antti Harri

$OpenBSD$
--- 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), netbsd freebsd openbsd linux-gnu),)
 	SERVER_SRCS += \
 		ports/linux/linux_main.c \
 		ports/unix/unix_console.c \