guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: inkscape: Fix build with newer GLibmm.


From: Ludovic Courtès
Subject: 01/01: gnu: inkscape: Fix build with newer GLibmm.
Date: Tue, 20 Oct 2015 21:30:11 +0000

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

commit 5e3bfe9d018f42324c19a5486e91d922cde40db6
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 20 22:37:26 2015 +0200

    gnu: inkscape: Fix build with newer GLibmm.
    
    * gnu/packages/inkscape.scm (inkscape)[arguments]: Add #:configure-flags.
---
 gnu/packages/inkscape.scm |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/gnu/packages/inkscape.scm b/gnu/packages/inkscape.scm
index 76102fa..b09e84e 100644
--- a/gnu/packages/inkscape.scm
+++ b/gnu/packages/inkscape.scm
@@ -74,7 +74,11 @@
        ("perl" ,perl)
        ("pkg-config" ,pkg-config)))
     (arguments
-     `(#:phases (alist-cons-after
+     `(;; Add '-std=c++11', required by recent versions of GLibmm & co.
+       ;; Use '-g0' to reduce disk usage during the build.
+       #:configure-flags '("CXXFLAGS=-g0 -O2 -fopenmp -std=c++11")
+
+       #:phases (alist-cons-after
                  'unpack 'fix-test-includes
                  (lambda _
                    (substitute* "src/cxxtests.cpp"



reply via email to

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