guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/14: gnu: texlive-bin: Remove GCC5 workaround.


From: guix-commits
Subject: 08/14: gnu: texlive-bin: Remove GCC5 workaround.
Date: Sun, 16 Jun 2019 03:44:55 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit e9b27c70e3b4bca441d5c2d9f5b743da3cce182a
Author: Marius Bakke <address@hidden>
Date:   Fri Jun 14 22:54:52 2019 +0200

    gnu: texlive-bin: Remove GCC5 workaround.
    
    * gnu/packages/tex.scm (texlive-bin)[arguments]: Remove "CXXFLAGS" from
     #:configure-flags.
---
 gnu/packages/tex.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 765eaf4..e28b36f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]