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

Annotation of ports/games/ufoai/patches/patch-configure, Revision 1.2

1.1       yason       1: $OpenBSD$
1.2     ! yason       2: --- configure.orig     Sat Oct 31 00:48:54 2009
        !             3: +++ configure  Sat Oct 31 00:50:27 2009
        !             4: @@ -2143,6 +2143,13 @@ elif test `echo $target_os | sed "s/\(solaris\).*/\1/"
1.1       yason       5:  then
1.2     ! yason       6:        TARGET_OS=solaris
1.1       yason       7:
                      8: +elif test `echo $target_os | sed "s/\(openbsd\).*/\1/"` = "openbsd"
                      9: +then
                     10: +      TARGET_OS=openbsd
                     11: +
                     12: +      CFLAGS="$CFLAGS"
                     13: +      LDFLAGS="$LDFLAGS"
                     14: +
1.2     ! yason      15:  elif test `echo $target_os | sed "s/\(darwin\).*/\1/"` = "darwin"
        !            16:  then
        !            17:        TARGET_OS=darwin

CVSweb