guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libgnomecanvasmm: Fix build by passing '-std=c++11'.


From: ???
Subject: 01/01: gnu: libgnomecanvasmm: Fix build by passing '-std=c++11'.
Date: Sat, 24 Oct 2015 01:57:30 +0000

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

commit 6e4512c470c7196ae19f8166c7ec2d176f87d7af
Author: 宋文武 <address@hidden>
Date:   Sat Oct 24 09:55:34 2015 +0800

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

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 3460878..488d46c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1206,6 +1206,8 @@ creating interactive structured graphics.")
                (base32
                 "0679hcnpam2gkag2i63sm0wdm35gwvzafnz1354mg6j5gzwpfrcr"))))
     (build-system gnu-build-system)
+    (arguments
+     '(#:configure-flags '("CXXFLAGS=-std=c++11"))) ; required by gtkmm
     (propagated-inputs `(("libgnomecanvas" ,libgnomecanvas)))
     (native-inputs
      `(("gtkmm-2" ,gtkmm-2)



reply via email to

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