guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: evolution-data-server: Fix build failure against ICU 60.


From: Marius Bakke
Subject: 01/01: gnu: evolution-data-server: Fix build failure against ICU 60.
Date: Sat, 27 Jan 2018 11:19:38 -0500 (EST)

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

commit 5e9b141675e46da042b5268f405afa5b272d6415
Author: Marius Bakke <address@hidden>
Date:   Sat Jan 27 16:28:22 2018 +0100

    gnu: evolution-data-server: Fix build failure against ICU 60.
    
    * gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add
    CMAKE_CXX_FLAGS=-std=gnu++11 to #:configure-flags.
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8ddc022..d460915 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4891,6 +4891,9 @@ Exchange, Last.fm, IMAP/SMTP, Jabber, SIP and Kerberos.")
              "-DENABLE_GOOGLE=OFF"          ;disable Google Contacts support
              "-DENABLE_GOOGLE_AUTH=OFF"     ;disable Google authentication
              "-DENABLE_VALA_BINDINGS=ON"
+             ;; FIXME: Building against ICU 60 requires C++11 or higher.  
Remove
+             ;; this when our default compiler is >= GCC6.
+             "-DCMAKE_CXX_FLAGS=-std=gnu++11"
              "-DENABLE_INTROSPECTION=ON")   ;required for Vala bindings
        #:phases
        (modify-phases %standard-phases



reply via email to

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