[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.1, Mon Jun 15 10:07:04 2009 UTC (15 years ago) by yason
Branch: MAIN

fix build. some LIB_DEPENDS added

$OpenBSD$
--- build/server.mk.orig	Mon Jun 15 13:13:51 2009
+++ build/server.mk	Mon Jun 15 13:14:01 2009
@@ -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),)
 	SERVER_SRCS += \
 		ports/linux/linux_main.c \
 		ports/unix/unix_console.c \