diff options
author | nia <nia@pkgsrc.org> | 2020-03-26 13:30:10 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2020-03-26 13:30:10 +0000 |
commit | 4d0f8b20220b55ce3dd75e9da4a4de6ac209956f (patch) | |
tree | 311e28038c5dece99c09b6c39f61bb1b93b87952 /mail/exim | |
parent | d361c202dbff9e6c144bbac7ab27faef6bd97458 (diff) | |
download | pkgsrc-4d0f8b20220b55ce3dd75e9da4a4de6ac209956f.tar.gz |
exim: Needs -std=c99
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index c006c10fde4..5dc09fccb97 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -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 @@ LICENSE= gnu-gpl-v2 CONFLICTS+= exim-exiscan-[0-9]* USE_TOOLS+= perl:run +USE_LANGUAGES= c99 + BUILD_DEFS+= VARBASE MAKE_ENV+= SSLBASE=${SSLBASE:Q} |