summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-05-17 14:53:09 +0200
committerAlexis Ballier <aballier@gentoo.org>2017-05-17 14:53:14 +0200
commita4062d391d14eca0086421e1ba2c8b46dfb45427 (patch)
tree0a1542b82c37e3a26f630778ad9109d38b8958d6 /app-text/texlive-core
parentnet-dns/bind: ppc stable (bug 615420). (diff)
downloadgentoo-a4062d391d14eca0086421e1ba2c8b46dfb45427.tar.gz
gentoo-a4062d391d14eca0086421e1ba2c8b46dfb45427.tar.bz2
gentoo-a4062d391d14eca0086421e1ba2c8b46dfb45427.zip
app-text/texlive-core: Build c++ in c++11 mode, needed for latest icu, bug #618732
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'app-text/texlive-core')
-rw-r--r--app-text/texlive-core/texlive-core-2016-r5.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/app-text/texlive-core/texlive-core-2016-r5.ebuild b/app-text/texlive-core/texlive-core-2016-r5.ebuild
index be3f5edfa3a6..6e978ac15ad5 100644
--- a/app-text/texlive-core/texlive-core-2016-r5.ebuild
+++ b/app-text/texlive-core/texlive-core-2016-r5.ebuild
@@ -170,6 +170,9 @@ src_configure() {
# It fails on alpha without this
use alpha && append-ldflags "-Wl,--no-relax"
+ # Required for newest icu, bug #618732
+ append-cxxflags '-std=c++11'
+
# Too many regexps use A-Z a-z constructs, what causes problems with locales
# that don't have the same alphabetical order than ascii. Bug #242430
# So we set LC_ALL to C in order to avoid problems.