~ruther/guix-local

64465558765e7d48b531cacfcf1e5f28d8eb2a5f — Efraim Flashner 9 years ago fd61591
gnu: aalib: Support aarch64.

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

M gnu/packages/video.scm
M gnu/packages/video.scm => gnu/packages/video.scm +5 -0
@@ 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/")