summaryrefslogtreecommitdiff
path: root/print/xetex/Makefile
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2018-01-29 11:44:27 +0000
committerjperkin <jperkin@pkgsrc.org>2018-01-29 11:44:27 +0000
commit79a7d9b19ef0f2b707ee1b0309658035546ef50b (patch)
tree8b74b90cef5bafe304a5f696051fd7be14e042e5 /print/xetex/Makefile
parent0d857e59110aa3fe604771375521bcfe339fa129 (diff)
downloadpkgsrc-79a7d9b19ef0f2b707ee1b0309658035546ef50b.tar.gz
xetex: Set C99 correctly.
Diffstat (limited to 'print/xetex/Makefile')
-rw-r--r--print/xetex/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/xetex/Makefile b/print/xetex/Makefile
index e1aca530ad9..b6f0f96f85a 100644
--- a/print/xetex/Makefile
+++ b/print/xetex/Makefile
@@ -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@,${LOCALBASE}/bin/xdvipdfmx,g'
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"