gnu: texlive-bin: Remove GCC5 workaround.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Remove "CXXFLAGS" from #:configure-flags.
This commit is contained in:
parent
549f4091c1
commit
e9b27c70e3
|
@ -153,9 +153,6 @@
|
||||||
`(#:out-of-source? #t
|
`(#:out-of-source? #t
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
`("--disable-native-texlive-build"
|
`("--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-cairo"
|
||||||
"--with-system-freetype2"
|
"--with-system-freetype2"
|
||||||
"--with-system-gd"
|
"--with-system-gd"
|
||||||
|
|
Loading…
Reference in New Issue