pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/exim



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Mar 26 13:30:10 UTC 2020

Modified Files:
        pkgsrc/mail/exim: Makefile

Log Message:
exim: Needs -std=c99


To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 pkgsrc/mail/exim/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/exim/Makefile
diff -u pkgsrc/mail/exim/Makefile:1.174 pkgsrc/mail/exim/Makefile:1.175
--- pkgsrc/mail/exim/Makefile:1.174     Sun Jan 26 17:31:33 2020
+++ pkgsrc/mail/exim/Makefile   Thu Mar 26 13:30:10 2020
@@ -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}



Home | Main Index | Thread Index | Old Index