Received: by mail.netbsd.org (Postfix, from userid 605) id 3A3B484D54; Mon, 29 Jan 2018 11:44:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BA05B84D4A for ; Mon, 29 Jan 2018 11:44:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id JrOJApC2S8dF for ; Mon, 29 Jan 2018 11:44:28 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 231D784CD8 for ; Mon, 29 Jan 2018 11:44:28 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1DD11FBDE; Mon, 29 Jan 2018 11:44:28 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151722626869290" MIME-Version: 1.0 Date: Mon, 29 Jan 2018 11:44:28 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/print/xetex To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180129114428.1DD11FBDE@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. --_----------=_151722626869290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Mon Jan 29 11:44:28 UTC 2018 Modified Files: pkgsrc/print/xetex: Makefile Log Message: xetex: Set C99 correctly. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/print/xetex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151722626869290 Content-Disposition: inline Content-Length: 1012 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/print/xetex/Makefile diff -u pkgsrc/print/xetex/Makefile:1.69 pkgsrc/print/xetex/Makefile:1.70 --- pkgsrc/print/xetex/Makefile:1.69 Wed Jan 10 22:16:26 2018 +++ pkgsrc/print/xetex/Makefile Mon Jan 29 11:44:27 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2018/01/10 22:16:26 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2018/01/29 11:44:27 jperkin Exp $ DISTNAME= texlive-20170524-source PKGNAME= xetex-0.99997 @@ -21,7 +21,7 @@ EXTRACT_ELEMENTS= ${DISTNAME}/build-aux ${DISTNAME}/texk/web2c GNU_CONFIGURE= yes -USE_LANGUAGES= c c++11 +USE_LANGUAGES= c99 c++11 USE_LIBTOOL= yes USE_TOOLS+= gmake lex perl pkg-config yacc CONFIGURE_ARGS+= --disable-aleph --disable-etex --disable-pdftex \ @@ -59,7 +59,7 @@ SUBST_SED.paths= -e 's,@XDVIPDFMX@,${LOC INSTALLATION_DIRS+= bin -CFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE_EXTENDED=0 +CFLAGS.SunOS+= -D_XOPEN_SOURCE_EXTENDED=0 .include "../../converters/TECkit/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" --_----------=_151722626869290--