guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: gtkmm-2: Fix build by passing '-std=c++11'.


From: ???
Subject: 03/03: gnu: gtkmm-2: Fix build by passing '-std=c++11'.
Date: Fri, 16 Oct 2015 14:21:58 +0000

iyzsong pushed a commit to branch dbus-update
in repository guix.

commit 3ad29c9ef53d13f707290b4808d7862217756380
Author: 宋文武 <address@hidden>
Date:   Fri Oct 16 22:19:20 2015 +0800

    gnu: gtkmm-2: Fix build by passing '-std=c++11'.
    
    * gnu/packages/gtk.scm (gtkmm-2)[arguments]: Pass '-std=c++11' as
      CPPFLAGS.
---
 gnu/packages/gtk.scm |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 078f0e7..cee8bd6 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -852,6 +852,8 @@ extensive documentation, including API reference and a 
tutorial.")
              (sha256
               (base32
                "1vpmjqv0aqb1ds0xi6nigxnhlr0c74090xzi15b92amlzkrjyfj4"))))
+    (arguments
+     '(#:configure-flags '("CPPFLAGS=-std=c++11"))) ; required by libsigc++
     (propagated-inputs
      `(("pangomm" ,pangomm)
        ("cairomm" ,cairomm)



reply via email to

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