From 6a698bc6220422ea58b1c887b84e01c6cefc795d Mon Sep 17 00:00:00 2001 From: manu Date: Tue, 28 Aug 2018 21:25:15 +0000 Subject: Build gix for mail/hypermail: disable fortify hypermail uses libtrio, which overloads functions by macros. With _FORTIFY_SOURCE > 0, loads which does the same, and we get macro redefinition errors. --- mail/hypermail/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mail/hypermail/Makefile b/mail/hypermail/Makefile index dc4c7772fa4..62c34ecd520 100644 --- a/mail/hypermail/Makefile +++ b/mail/hypermail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2018/01/28 20:10:54 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2018/08/28 21:25:15 manu Exp $ # DISTNAME= hypermail-2.3.0 @@ -16,6 +16,7 @@ WRKSRC= ${WRKDIR}/${PKGBASE} GNU_CONFIGURE= yes USE_TOOLS+= yacc +FORTIFY_SUPPORTED= no LDFLAGS+= -liconv -- cgit v1.2.3