pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/xetex Since icu-59, this now needs c++11 to build.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e0dd4981ba8
branches:  trunk
changeset: 361637:0e0dd4981ba8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Apr 23 09:25:59 2017 +0000

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

diffstat:

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

diffs (17 lines):

diff -r ba514349c9ae -r 0e0dd4981ba8 print/xetex/Makefile
--- a/print/xetex/Makefile      Sun Apr 23 09:11:54 2017 +0000
+++ b/print/xetex/Makefile      Sun Apr 23 09:25:59 2017 +0000
@@ -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 @@
 
 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