[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.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- build/client.mk.orig       Mon Jun 15 13:13:04 2009
        !             3: +++ build/client.mk    Mon Jun 15 13:13:19 2009
        !             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),)
        !             9: +ifneq ($(findstring $(TARGET_OS), openbsd netbsd freebsd linux-gnu),)
        !            10:        CLIENT_SRCS+= \
        !            11:                ports/linux/linux_main.c \
        !            12:                ports/unix/unix_console.c \

CVSweb