From a111bd2bc78f53eef0b333c119c05b304b755af4 Mon Sep 17 00:00:00 2001 From: kris Date: Fri, 5 Mar 2004 08:36:14 +0000 Subject: BROKEN: Configure fails on !i386 and !alpha --- devel/libffi-devel/Makefile | 8 +++++++- devel/libffi/Makefile | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) (limited to 'devel') diff --git a/devel/libffi-devel/Makefile b/devel/libffi-devel/Makefile index ed96c25b8f14..d923035e6b4d 100644 --- a/devel/libffi-devel/Makefile +++ b/devel/libffi-devel/Makefile @@ -17,4 +17,10 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= # empty -.include +.include + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Configure fails on !i386 and !alpha" +.endif + +.include diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index ed96c25b8f14..d923035e6b4d 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -17,4 +17,10 @@ USE_LIBTOOL= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= # empty -.include +.include + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Configure fails on !i386 and !alpha" +.endif + +.include -- cgit