pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/xetex



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Apr 23 09:25:59 UTC 2017

Modified Files:
        pkgsrc/print/xetex: Makefile

Log Message:
Since icu-59, this now needs c++11 to build.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 pkgsrc/print/xetex/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/xetex/Makefile
diff -u pkgsrc/print/xetex/Makefile:1.58 pkgsrc/print/xetex/Makefile:1.59
--- pkgsrc/print/xetex/Makefile:1.58    Sat Apr 22 21:03:54 2017
+++ pkgsrc/print/xetex/Makefile Sun Apr 23 09:25:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2017/04/22 21:03:54 adam Exp $
+# $NetBSD: Makefile,v 1.59 2017/04/23 09:25:59 wiz Exp $
 
 DISTNAME=      texlive-20160523-source
 PKGNAME=       xetex-0.99996
@@ -22,6 +22,7 @@ EXTRACT_ELEMENTS=     ${DISTNAME}/build-aux 
 
 GNU_CONFIGURE= yes
 USE_LANGUAGES= c c++
+CXXFLAGS+=     -std=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