openbsd-ports/devel/cil/patches/patch-configure_in

36 lines
825 B
Plaintext
Raw Normal View History

2005-10-08 04:06:52 -04:00
$OpenBSD: patch-configure_in,v 1.4 2005/10/08 08:06:52 pvalchev Exp $
--- configure.in.orig Wed Jun 1 06:37:13 2005
+++ configure.in Sat Oct 8 02:22:16 2005
@@ -228,6 +228,8 @@ AC_MSG_CHECKING([for Perl])
;;
2005-05-09 09:52:38 -04:00
openbsd)
;;
+ openbsd)
+ ;;
darwin) # Mac OS X
;;
*)
2005-10-08 04:06:52 -04:00
@@ -395,6 +397,13 @@ case "$target" in
ARCHOS=x86_LINUX
;;
+ # openbsd
2004-06-22 16:57:25 -04:00
+ *openbsd*)
+ AC_MSG_RESULT(configuring for OpenBSD)
+
+ ARCHOS=x86_LINUX
+ ;;
+
# Mac OS X
*powerpc*darwin*)
AC_MSG_RESULT(configuring for powerpc/darwin, which we treat like linux/x86)
2005-10-08 04:06:52 -04:00
@@ -423,7 +432,7 @@ case "$target" in
])
;;
esac
-CILHOME=$CCUREDHOME
+CILHOME=${LOCALBASE}
2005-10-08 04:06:52 -04:00
# Make the object directory if not already present
AC_CHECK_FILE(obj/$ARCHOS,, AC_MSG_RESULT(creating obj/$ARCHOS);