Received: by mail.netbsd.org (Postfix, from userid 605) id 17B7D84D6A; Sat, 1 Dec 2018 21:22:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 14DBF84D52 for ; Sat, 1 Dec 2018 21:22:37 +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 4AoiYU8g8lhv for ; Sat, 1 Dec 2018 21:22:36 +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 44FF884CD1 for ; Sat, 1 Dec 2018 21:22:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3E515FB1F; Sat, 1 Dec 2018 21:22:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_154369935674490" MIME-Version: 1.0 Date: Sat, 1 Dec 2018 21:22:36 +0000 From: "Andreas Gustafsson" Subject: CVS commit: pkgsrc/devel/libcerf To: pkgsrc-changes@NetBSD.org Reply-To: gson@netbsd.org X-Mailer: log_accum Message-Id: <20181201212236.3E515FB1F@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. --_----------=_154369935674490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: gson Date: Sat Dec 1 21:22:36 UTC 2018 Modified Files: pkgsrc/devel/libcerf: Makefile Log Message: libcerf: add USE_LANGUAGES=c99 to fix build on NetBSD 7.1. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libcerf/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_154369935674490 Content-Disposition: inline Content-Length: 684 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libcerf/Makefile diff -u pkgsrc/devel/libcerf/Makefile:1.5 pkgsrc/devel/libcerf/Makefile:1.6 --- pkgsrc/devel/libcerf/Makefile:1.5 Wed Nov 21 17:09:33 2018 +++ pkgsrc/devel/libcerf/Makefile Sat Dec 1 21:22:36 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/11/21 17:09:33 adam Exp $ +# $NetBSD: Makefile,v 1.6 2018/12/01 21:22:36 gson Exp $ DISTNAME= libcerf-1.7 CATEGORIES= devel math @@ -10,6 +10,7 @@ HOMEPAGE= http://apps.jcns.fz-juelich.de COMMENT= Library providing efficient and accurate complex error functions LICENSE= mit +USE_LANGUAGES= c99 USE_CMAKE= yes CMAKE_ARG_PATH= ${WRKSRC} CONFIGURE_DIRS= ${WRKDIR}/build --_----------=_154369935674490--