guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: ganv: Remove GCC5 workaround.


From: guix-commits
Subject: 02/08: gnu: ganv: Remove GCC5 workaround.
Date: Tue, 2 Jul 2019 19:10:51 -0400 (EDT)

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

commit cdeb3e39a82853cf44b63ab0216f18e871f89eb9
Author: Marius Bakke <address@hidden>
Date:   Wed Jul 3 00:42:53 2019 +0200

    gnu: ganv: Remove GCC5 workaround.
    
    * gnu/packages/gtk.scm (ganv)[arguments]: Dont set CXXFLAGS.
---
 gnu/packages/gtk.scm | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 5098019..2c75166 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -297,8 +297,6 @@ functions which were removed.")
        (modify-phases %standard-phases
          (add-before 'configure 'set-flags
            (lambda* (#:key outputs #:allow-other-keys)
-             ;; Compile with C++11, required by gtkmm.
-             (setenv "CXXFLAGS" "-std=c++11")
              ;; Allow 'bin/ganv_bench' to find libganv-1.so.
              (setenv "LDFLAGS"
                      (string-append "-Wl,-rpath="



reply via email to

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