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

Annotation of ports/games/ufoai/base/patches/patch-src_common_common_h, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- src/common/common.h.orig   Fri Jun 18 11:07:59 2010
        !             3: +++ src/common/common.h        Fri Jun 18 11:10:44 2010
        !             4: @@ -48,8 +48,20 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston,
        !             5:  #    define SHARED_EXT "so"
        !             6:  #  endif
        !             7:
        !             8: -#elif defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__)
        !             9: +#elif defined(__FreeBSD__)
        !            10:  #  define BUILDSTRING_OS "FreeBSD"
        !            11: +#  ifndef SHARED_EXT
        !            12: +#    define SHARED_EXT "so"
        !            13: +#  endif
        !            14: +
        !            15: +#elif defined(__NetBSD__)
        !            16: +#  define BUILDSTRING_OS "NetBSD"
        !            17: +#  ifndef SHARED_EXT
        !            18: +#    define SHARED_EXT "so"
        !            19: +#  endif
        !            20: +
        !            21: +#elif defined(__OpenBSD__)
        !            22: +#  define BUILDSTRING_OS "OpenBSD"
        !            23:  #  ifndef SHARED_EXT
        !            24:  #    define SHARED_EXT "so"
        !            25:  #  endif

CVSweb