pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/evolution-data-server



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Mar 22 17:01:49 UTC 2020

Modified Files:
        pkgsrc/mail/evolution-data-server: Makefile

Log Message:
evolution-data-server: time.c needs _NETBSD_SOURCE


To generate a diff of this commit:
cvs rdiff -u -r1.186 -r1.187 pkgsrc/mail/evolution-data-server/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/evolution-data-server/Makefile
diff -u pkgsrc/mail/evolution-data-server/Makefile:1.186 pkgsrc/mail/evolution-data-server/Makefile:1.187
--- pkgsrc/mail/evolution-data-server/Makefile:1.186    Tue Mar 10 22:08:53 2020
+++ pkgsrc/mail/evolution-data-server/Makefile  Sun Mar 22 17:01:49 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.186 2020/03/10 22:08:53 wiz Exp $
+# $NetBSD: Makefile,v 1.187 2020/03/22 17:01:49 nia Exp $
 
 DISTNAME=      evolution-data-server-3.35.1
 PKGREVISION=   4
@@ -25,6 +25,8 @@ CMAKE_ARGS+=  -DENABLE_GOA=OFF
 CMAKE_ARGS+=   -DWITH_LIBDB=OFF
 CMAKE_ARGS+=   -DENABLE_WEATHER=OFF
 
+CFLAGS.NetBSD+=        -D_NETBSD_SOURCE
+
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/evolution-data-server
 
 REPLACE_INTERPRETER+=  perl



Home | Main Index | Thread Index | Old Index