openbsd-ports/devel/cil/patches/patch-configure_in
chrisz b6be895832 unbreak for i386, amd64 and powerpc.
OK sthen@, jasper@

bsd.port.arch.mk is now needed again for .if ${ARCH} == ...
2012-11-27 22:28:53 +00:00

21 lines
500 B
Plaintext

$OpenBSD: patch-configure_in,v 1.9 2012/11/27 22:28:53 chrisz Exp $
--- configure.in.orig Tue Nov 27 09:16:41 2012
+++ configure.in Tue Nov 27 09:16:59 2012
@@ -370,9 +370,15 @@ case "$target" in
;;
*86*openbsd*)
- AC_MSG_RESULT(configuring for OpenBSD/x86)
+ AC_MSG_RESULT(configuring for OpenBSD/x86)
ARCHOS=x86_OPENBSD
+ ;;
+
+ *powerpc*openbsd*)
+ AC_MSG_RESULT(configuring for OpenBSD/powerpc)
+
+ ARCHOS=ppc_OPENBSD
;;
*i386*freebsd*|*amd64*freebsd*)