From fc9f17f575eaef409591b7455bacaffb5fd4495b Mon Sep 17 00:00:00 2001 From: landry Date: Sun, 19 Aug 2012 09:47:56 +0000 Subject: [PATCH] It seems that configure now runs fine on hppa, remove the CONFIGURE_ENV variables forcing the longjmp/siglongjmp/sigaltstack values to no. --- devel/libsigsegv/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/devel/libsigsegv/Makefile b/devel/libsigsegv/Makefile index 0e9369a5d05..329721a6a6c 100644 --- a/devel/libsigsegv/Makefile +++ b/devel/libsigsegv/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.10 2012/03/29 13:38:30 sthen Exp $ +# $OpenBSD: Makefile,v 1.11 2012/08/19 09:47:56 landry Exp $ ONLY_FOR_ARCHS = alpha amd64 arm i386 hppa m68k mips64 mips64el powerpc sparc64 sparc sh @@ -26,10 +26,4 @@ USE_LIBTOOL = Yes CONFIGURE_STYLE = gnu CONFIGURE_ARGS += ${CONFIGURE_SHARED} -.if ${MACHINE_ARCH} == "hppa" -CONFIGURE_ENV += sv_cv_leave_handler_longjmp_sigaltstack=no \ - sv_cv_leave_handler_siglongjmp=no \ - sv_cv_leave_handler_siglongjmp_sigaltstack=no -.endif - .include