It seems that configure now runs fine on hppa, remove the CONFIGURE_ENV

variables forcing the longjmp/siglongjmp/sigaltstack values to no.
This commit is contained in:
landry 2012-08-19 09:47:56 +00:00
parent 0ae8b6a0b9
commit fc9f17f575

View File

@ -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 <bsd.port.mk>