From fa45ecd6a63f1f0c5f5a08784c7b6f522ca4243d Mon Sep 17 00:00:00 2001 From: avsm Date: Tue, 22 Jun 2004 20:57:25 +0000 Subject: [PATCH] CIL also works on macppc now, hurrah --- devel/cil/Makefile | 4 ++-- devel/cil/patches/patch-configure_in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 232464b7934..5e6bb43011c 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.2 2004/06/21 18:53:12 avsm Exp $ +# $OpenBSD: Makefile,v 1.3 2004/06/22 20:57:25 avsm Exp $ # until tested on others, even though bytecode is produced -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 macppc COMMENT= "framework for analysis and transformation of C" diff --git a/devel/cil/patches/patch-configure_in b/devel/cil/patches/patch-configure_in index b873734b918..2400cffdaa1 100644 --- a/devel/cil/patches/patch-configure_in +++ b/devel/cil/patches/patch-configure_in @@ -1,4 +1,4 @@ -$OpenBSD: patch-configure_in,v 1.1.1.1 2004/06/20 16:08:28 avsm Exp $ +$OpenBSD: patch-configure_in,v 1.2 2004/06/22 20:57:25 avsm Exp $ --- configure.in.orig 2004-04-06 16:51:21.000000000 +0100 +++ configure.in 2004-06-20 16:57:30.000000000 +0100 @@ -219,6 +219,8 @@ AC_MSG_CHECKING([for Perl]) @@ -15,8 +15,8 @@ $OpenBSD: patch-configure_in,v 1.1.1.1 2004/06/20 16:08:28 avsm Exp $ ;; + # openbsd -+ *86*openbsd*) -+ AC_MSG_RESULT(configuring for OpenBSD/x86) ++ *openbsd*) ++ AC_MSG_RESULT(configuring for OpenBSD) + + ARCHOS=x86_LINUX + ;;