pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/exim exim: Needs -std=c99



details:   https://anonhg.NetBSD.org/pkgsrc/rev/072428f8057a
branches:  trunk
changeset: 414379:072428f8057a
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Mar 26 13:30:10 2020 +0000

description:
exim: Needs -std=c99

diffstat:

 mail/exim/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 2e0fcff7b786 -r 072428f8057a mail/exim/Makefile
--- a/mail/exim/Makefile        Thu Mar 26 13:29:16 2020 +0000
+++ b/mail/exim/Makefile        Thu Mar 26 13:30:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.174 2020/01/26 17:31:33 rillig Exp $
+# $NetBSD: Makefile,v 1.175 2020/03/26 13:30:10 nia Exp $
 
 DISTNAME=      exim-4.93
 PKGREVISION=   1
@@ -15,6 +15,8 @@
 CONFLICTS+=    exim-exiscan-[0-9]*
 
 USE_TOOLS+=    perl:run
+USE_LANGUAGES= c99
+
 BUILD_DEFS+=   VARBASE
 
 MAKE_ENV+=     SSLBASE=${SSLBASE:Q}



Home | Main Index | Thread Index | Old Index