guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: aalib: Support aarch64.


From: Efraim Flashner
Subject: 04/04: gnu: aalib: Support aarch64.
Date: Tue, 21 Feb 2017 14:20:36 -0500 (EST)

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

commit 64465558765e7d48b531cacfcf1e5f28d8eb2a5f
Author: Efraim Flashner <address@hidden>
Date:   Tue Feb 21 20:56:45 2017 +0200

    gnu: aalib: Support aarch64.
    
    * gnu/packages/video.scm (aalib)[arguments]: Modify custom configure
    phase to declare host type on aarch64.
---
 gnu/packages/video.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 7eff842..c61b372 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -136,6 +136,11 @@
                                                       (%current-system))
                                             
'("--host=mips64el-unknown-linux-gnu")
                                             '())
+                                      ;; The same is also true with aarch64.
+                                      ,@(if (string=? "aarch64-linux"
+                                                      (%current-system))
+                                            
'("--host=aarch64-unknown-linux-gnu")
+                                            '())
                                       (string-append "--with-ncurses="
                                                      ncurses)))))))))
     (home-page "http://aa-project.sourceforge.net/aalib/";)



reply via email to

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