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

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

1.1     ! yason       1: $OpenBSD$
        !             2: --- configure.ac.orig  Fri Apr 25 19:48:14 2008
        !             3: +++ configure.ac       Tue Nov  4 13:00:17 2008
        !             4: @@ -110,6 +110,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