guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: v4l-utils: Build with gnu++11.


From: David Craven
Subject: 10/13: gnu: v4l-utils: Build with gnu++11.
Date: Sun, 21 Aug 2016 23:50:18 +0000 (UTC)

dvc pushed a commit to branch master
in repository guix.

commit 2cef0f7cc3f92b380206cff6a2c1085f7c6fac2b
Author: David Craven <address@hidden>
Date:   Sat Aug 20 21:37:34 2016 +0200

    gnu: v4l-utils: Build with gnu++11.
    
    * gnu/packages/video.scm (v4l-utils)[arguments]: Add configure-flag.
---
 gnu/packages/video.scm |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bc6415e..fa0c175 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1396,7 +1396,8 @@ tools, XML authoring components, and an extensible 
plug-in based API.")
      '(#:configure-flags
        (list (string-append "--with-udevdir="
                             (assoc-ref %outputs "out")
-                            "/lib/udev"))))
+                            "/lib/udev")
+             "CXXFLAGS=-std=gnu++11")))
     (native-inputs
      `(("pkg-config" ,pkg-config)))
     (inputs



reply via email to

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