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

Diff for /ports/games/ufoai/patches/Attic/patch-build_client_mk between version 1.1 and 1.2

version 1.1, 2009/06/15 11:07:04 version 1.2, 2009/12/29 03:42:25
Line 1 
Line 1 
 $OpenBSD$  $OpenBSD$
 --- build/client.mk.orig        Mon Jun 15 13:13:04 2009  --- build/client.mk.orig        Fri Apr 25 19:16:11 2008
 +++ build/client.mk     Mon Jun 15 13:13:19 2009  +++ build/client.mk     Tue Nov  4 13:00:17 2008
 @@ -103,7 +103,7 @@ CLIENT_SRCS = \  @@ -103,7 +103,7 @@ CLIENT_SRCS = \
         shared/infostring.c \          shared/infostring.c \
         shared/shared.c          shared/shared.c
   
 -ifneq ($(findstring $(TARGET_OS), netbsd freebsd linux-gnu),)  -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),)
         CLIENT_SRCS+= \          CLIENT_SRCS+= \
                 ports/linux/linux_main.c \                  ports/linux/linux_main.c \
                 ports/unix/unix_console.c \                  ports/unix/unix_console.c \

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb