From 65316c59a3ee5d1c39bd266a7cb7e0419221dbc9 Mon Sep 17 00:00:00 2001 From: jasper Date: Thu, 27 Dec 2012 18:44:42 +0000 Subject: [PATCH] prevent some configure tests from taking up hours to run on mips64 since we already know their obvious outcome. --- devel/libsigsegv/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 03772539477..c5f6aa72e5d 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.14 2012/09/25 21:22:51 brad Exp $ +# $OpenBSD: Makefile,v 1.15 2012/12/27 18:44:42 jasper Exp $ ONLY_FOR_ARCHS = alpha amd64 arm i386 hppa m68k m88k mips64 mips64el powerpc sparc64 sparc sh vax @@ -26,5 +26,10 @@ USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS += ${CONFIGURE_SHARED} +# We know these values, so don't run the configure tests for them which may +# take hours to complete on certain OpenBSD platforms, such as mips64. +CONFIGURE_ENV += sv_cv_fault_linux_i386=no \ + sv_cv_fault_linux_i386_old=no \ + sv_cv_fault_linux_m68k=no .include