pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/hypermail Build gix for mail/hypermail: disable f...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b899fd11ad55
branches:  trunk
changeset: 312217:b899fd11ad55
user:      manu <manu%pkgsrc.org@localhost>
date:      Tue Aug 28 21:25:15 2018 +0000

description:
Build gix for mail/hypermail: disable fortify

hypermail uses libtrio, which overloads <stdio.h> functions by macros.
With _FORTIFY_SOURCE > 0, <stdio.h> loads <ssp/stdio.h> which does
the same, and we get macro redefinition errors.

diffstat:

 mail/hypermail/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 10978ecc9342 -r b899fd11ad55 mail/hypermail/Makefile
--- a/mail/hypermail/Makefile   Tue Aug 28 16:11:00 2018 +0000
+++ b/mail/hypermail/Makefile   Tue Aug 28 21:25:15 2018 +0000
@@ -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 @@
 
 GNU_CONFIGURE=         yes
 USE_TOOLS+=            yacc
+FORTIFY_SUPPORTED=     no
 
 LDFLAGS+=              -liconv
 



Home | Main Index | Thread Index | Old Index