pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/qsmtp



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat May 14 21:56:42 UTC 2022

Modified Files:
        pkgsrc/mail/qsmtp: Makefile

Log Message:
Solarish needs __EXTENSIONS__.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/qsmtp/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/qsmtp/Makefile
diff -u pkgsrc/mail/qsmtp/Makefile:1.6 pkgsrc/mail/qsmtp/Makefile:1.7
--- pkgsrc/mail/qsmtp/Makefile:1.6      Sat Oct 10 10:01:38 2020
+++ pkgsrc/mail/qsmtp/Makefile  Sat May 14 21:56:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2020/10/10 10:01:38 schmonz Exp $
+# $NetBSD: Makefile,v 1.7 2022/05/14 21:56:42 schmonz Exp $
 
 DISTNAME=              Qsmtp-0.38
 CATEGORIES=            mail
@@ -13,6 +13,8 @@ LICENSE=              gnu-gpl-v2
 USE_CMAKE=             yes
 CMAKE_ARGS+=           -DAUTOQMAIL=${QMAILDIR}
 
+CFLAGS.SunOS+=         -D__EXTENSIONS__
+
 BUILD_DEFS+=           QMAILDIR
 
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index