Received: by mail.netbsd.org (Postfix, from userid 605) id 080BB84DE8; Sun, 22 Mar 2020 17:01:51 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 859BC84DE7 for ; Sun, 22 Mar 2020 17:01:50 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id P17ScosLnmLU for ; Sun, 22 Mar 2020 17:01:50 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DF22084DAF for ; Sun, 22 Mar 2020 17:01:49 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D20E7FB27; Sun, 22 Mar 2020 17:01:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584896509222750" MIME-Version: 1.0 Date: Sun, 22 Mar 2020 17:01:49 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/mail/evolution-data-server To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200322170149.D20E7FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1584896509222750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1584896509222750 Content-Disposition: inline Content-Length: 767 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1584896509222750--