openbsd-ports/games/ufoai/base/patches/patch-configure_ac
ajacoutot 782bc94360 Import ufoai-2.3.1.
"UFO: Alien Invasion" is a squad-based tactical strategy game in the
tradition of the old X-COM PC games, but with a twist. This game
combines military realism with hard science-fiction and the weirdness
of an alien invasion. The carefully constructed turn-based system gives
you pin-point control of your squad while maintaining a sense of pace
and danger.

prodded by oga@
from Antti Harri and Kirill Bychkov (maintainer) with several tweaks from me
ok jasper@
2011-05-27 07:20:11 +00:00

14 lines
513 B
Plaintext

$OpenBSD: patch-configure_ac,v 1.1.1.1 2011/05/27 07:20:11 ajacoutot Exp $
--- configure.ac.orig Mon Nov 29 19:46:35 2010
+++ configure.ac Thu Dec 2 01:52:08 2010
@@ -141,6 +141,9 @@ then
elif test `echo $target_os | sed "s/\(netbsd\).*/\1/"` = "netbsd"
then
AC_SUBST([TARGET_OS],[netbsd])
+elif test `echo $target_os | sed "s/\(openbsd\).*/\1/"` = "openbsd"
+then
+ AC_SUBST([TARGET_OS],[openbsd])
elif test `echo $target_os | sed "s/\(mingw32\).*/\1/"` = "mingw32"
then
AC_SUBST([TARGET_OS],[mingw32])