summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-04-23 09:25:59 +0000
committerwiz <wiz@pkgsrc.org>2017-04-23 09:25:59 +0000
commit11065134bfc01621882c6a93b78b4a326937fca4 (patch)
treeedfd0b346d2d9339d1e9d1ee35ad4dea2404be47 /print
parente26df9526d41fc2fffc788cb3cfa43070bb3d4e4 (diff)
downloadpkgsrc-11065134bfc01621882c6a93b78b4a326937fca4.tar.gz
Since icu-59, this now needs c++11 to build.
Diffstat (limited to 'print')
-rw-r--r--print/xetex/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/xetex/Makefile b/print/xetex/Makefile
index 5d36873bc21..fadb6377c7b 100644
--- a/print/xetex/Makefile
+++ b/print/xetex/Makefile
@@ -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 \