gnu: texlive-bin: Remove GCC5 workaround.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Remove "CXXFLAGS" from #:configure-flags.master
parent
549f4091c1
commit
e9b27c70e3
|
@ -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"
|
||||
|
|
Reference in New Issue