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

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

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- build/client.mk.orig       Fri Apr 25 19:16:11 2008
        !             3: +++ build/client.mk    Tue Nov  4 13:00:17 2008
1.1       yason       4: @@ -103,7 +103,7 @@ CLIENT_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:        CLIENT_SRCS+= \
                     11:                ports/linux/linux_main.c \
                     12:                ports/unix/unix_console.c \

CVSweb