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

File: [local] / ports / games / ufoai / base / patches / Attic / patch-configure_ac (download)

Revision 1.1, Mon Apr 18 09:30:57 2011 UTC (13 years, 2 months ago) by yason
Branch: MAIN
CVS Tags: ufoai_2-3-1

move to single directory

$OpenBSD$
--- 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])