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

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

CVSweb