guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: knights: Fix build.


From: guix-commits
Subject: branch master updated: gnu: knights: Fix build.
Date: Tue, 28 Jul 2020 14:13:40 -0400

This is an automated email from the git hooks/post-receive script.

wigust pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 6fba1f4  gnu: knights: Fix build.
6fba1f4 is described below

commit 6fba1f4ded933134afb9ef1d0c03848ce6cabceb
Author: Jesse Gibbons <jgibbons2357+guix@gmail.com>
AuthorDate: Sun Apr 5 20:47:02 2020 -0600

    gnu: knights: Fix build.
    
    * gnu/packages/games.scm (knights)[arguments]<#:make-flags>: Add
    "CXXFLAGS=-lpthread".
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 gnu/packages/games.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 91e4861..f775335 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1367,7 +1367,8 @@ built-in level editor.")
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags
-       (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
+       (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
+             "CXXFLAGS=-lpthread")
        #:phases
        (modify-phases %standard-phases
          ;; No configure script.



reply via email to

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