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

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

Revision 1.2, Fri Sep 3 10:06:21 2010 UTC (13 years, 9 months ago) by yason
Branch: MAIN
Changes since 1.1: +3 -3 lines

update to 2.3, clean Makefile, move to new-style WANTLIB/LIB_DEPENDS

$OpenBSD$
--- configure.ac.orig	Sun Jun 13 15:09:42 2010
+++ configure.ac	Mon Jun 21 22:06:22 2010
@@ -146,6 +146,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])