pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/luatex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 15 07:47:37 UTC 2017

Modified Files:
        pkgsrc/print/luatex: Makefile

Log Message:
With poppler-0.57 this now needs c++11 to build (nullptr).


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/print/luatex/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/luatex/Makefile
diff -u pkgsrc/print/luatex/Makefile:1.57 pkgsrc/print/luatex/Makefile:1.58
--- pkgsrc/print/luatex/Makefile:1.57   Tue Jun 20 20:50:50 2017
+++ pkgsrc/print/luatex/Makefile        Tue Aug 15 07:47:37 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2017/06/20 20:50:50 markd Exp $
+# $NetBSD: Makefile,v 1.58 2017/08/15 07:47:37 wiz Exp $
 
 DISTNAME=      texlive-20170524-source
 PKGNAME=       luatex-1.0.4
@@ -17,7 +17,7 @@ EXTRACT_ELEMENTS=     ${DISTNAME}/build-aux 
                        ${DISTNAME}/texk/web2c
 
 GNU_CONFIGURE= yes
-USE_LANGUAGES= c c++
+USE_LANGUAGES= c c++11
 USE_LIBTOOL=   yes
 USE_TOOLS+=    gmake lex perl pkg-config yacc
 CONFIGURE_ARGS+=       --disable-aleph --disable-etex --disable-pdftex \



Home | Main Index | Thread Index | Old Index