me
/
guix
Archived
1
0
Fork 0

gnu: texlive-bin: Remove GCC5 workaround.

* gnu/packages/tex.scm (texlive-bin)[arguments]: Remove "CXXFLAGS" from
 #:configure-flags.
master
Marius Bakke 2019-06-14 22:54:52 +02:00
parent 549f4091c1
commit e9b27c70e3
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 0 additions and 3 deletions

View File

@ -153,9 +153,6 @@
`(#:out-of-source? #t
#:configure-flags
`("--disable-native-texlive-build"
;; XXX: This is needed because recent Poppler requires C++11 or later.
;; Remove after switch to GCC >= 6.
"CXXFLAGS=-std=gnu++11"
"--with-system-cairo"
"--with-system-freetype2"
"--with-system-gd"