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

27 lines
672 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure_in,v 1.5 2005/10/16 15:52:31 avsm Exp $
2005-10-08 04:06:52 -04:00
--- configure.in.orig Wed Jun 1 06:37:13 2005
+++ configure.in Sat Oct 8 02:22:16 2005
@@ -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);