pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xetex xetex: Set C99 correctly.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4642b5cf7319
branches:  trunk
changeset: 374782:4642b5cf7319
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Jan 29 11:44:27 2018 +0000

description:
xetex: Set C99 correctly.

diffstat:

 print/xetex/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 775dacc92903 -r 4642b5cf7319 print/xetex/Makefile
--- a/print/xetex/Makefile      Mon Jan 29 11:37:50 2018 +0000
+++ b/print/xetex/Makefile      Mon Jan 29 11:44:27 2018 +0000
@@ -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 @@
                        ${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 @@
 
 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"



Home | Main Index | Thread Index | Old Index