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

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

1.1     ! yason       1: $OpenBSD$
        !             2: --- configure.ac.orig  Mon Nov 29 19:46:35 2010
        !             3: +++ configure.ac       Thu Dec  2 01:52:08 2010
        !             4: @@ -141,6 +141,9 @@ then
        !             5:  elif test `echo $target_os | sed "s/\(netbsd\).*/\1/"` = "netbsd"
        !             6:  then
        !             7:        AC_SUBST([TARGET_OS],[netbsd])
        !             8: +elif test `echo $target_os | sed "s/\(openbsd\).*/\1/"` = "openbsd"
        !             9: +then
        !            10: +      AC_SUBST([TARGET_OS],[openbsd])
        !            11:  elif test `echo $target_os | sed "s/\(mingw32\).*/\1/"` = "mingw32"
        !            12:  then
        !            13:        AC_SUBST([TARGET_OS],[mingw32])

CVSweb