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

Annotation of ports/games/ufoai/patches/patch-build_server_mk, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- build/server.mk.orig       Fri Apr 25 19:16:11 2008
        !             3: +++ build/server.mk    Tue Nov  4 13:00:17 2008
1.1       yason       4: @@ -33,7 +33,7 @@ SERVER_SRCS += \
                      5:        shared/infostring.c \
                      6:        shared/shared.c
                      7:
                      8: -ifneq ($(findstring $(TARGET_OS), netbsd freebsd linux-gnu),)
1.2     ! yason       9: +ifneq ($(findstring $(TARGET_OS), netbsd freebsd openbsd linux-gnu),)
1.1       yason      10:        SERVER_SRCS += \
                     11:                ports/linux/linux_main.c \
                     12:                ports/unix/unix_console.c \

CVSweb