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

File: [local] / ports / games / ufoai / patches / Attic / patch-build_client_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/client.mk.orig	Mon Jun 15 13:13:04 2009
+++ build/client.mk	Mon Jun 15 13:13:19 2009
@@ -103,7 +103,7 @@ CLIENT_SRCS = \
 	shared/infostring.c \
 	shared/shared.c
 
-ifneq ($(findstring $(TARGET_OS), netbsd freebsd linux-gnu),)
+ifneq ($(findstring $(TARGET_OS), openbsd netbsd freebsd linux-gnu),)
 	CLIENT_SRCS+= \
 		ports/linux/linux_main.c \
 		ports/unix/unix_console.c \