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

Diff for /ports/games/ufoai/patches/Attic/patch-build_server_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/server.mk.orig        Mon Jun 15 13:13:51 2009  --- build/server.mk.orig        Fri Apr 25 19:16:11 2008
 +++ build/server.mk     Mon Jun 15 13:14:01 2009  +++ build/server.mk     Tue Nov  4 13:00:17 2008
 @@ -33,7 +33,7 @@ SERVER_SRCS += \  @@ -33,7 +33,7 @@ SERVER_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),)
         SERVER_SRCS += \          SERVER_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