guix-patches
[Top][All Lists]
Advanced

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

[bug#42457] [PATCH] gnu: knights: Fix build.


From: Jesse Gibbons
Subject: [bug#42457] [PATCH] gnu: knights: Fix build.
Date: Mon, 27 Jul 2020 22:05:13 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Icedove/68.10.0

Attached.

On 7/25/20 6:16 AM, Oleg Pykhalov wrote:
Hi,

Jesse Gibbons <jgibbons2357@gmail.com> writes:

* gnu/packages/games.scm (knights):
[make-flags] add "CXXFLAGS=-lpthread"
---
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 cff1c0af99..dc0511e55a 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1366,7 +1366,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.
This patch looks broken for me, could you resend it, please?

Thanks,
Oleg.

Attachment: 0001-gnu-knights-Fix-build.patch
Description: Text Data


reply via email to

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