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

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- configure.ac.orig  Sun Jun 13 15:09:42 2010
        !             3: +++ configure.ac       Mon Jun 21 22:06:22 2010
        !             4: @@ -146,6 +146,9 @@ then
1.1       yason       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