diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2017-02-21 20:56:45 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2017-02-21 21:15:06 +0200 |
| commit | 64465558765e7d48b531cacfcf1e5f28d8eb2a5f (patch) | |
| tree | 4160e62271f10f750c43993f9edd61865e84575b /gnu | |
| parent | fd61591850f493f1aff6b8cfb7eb8ea8c3d82d1f (diff) | |
gnu: aalib: Support aarch64.
* gnu/packages/video.scm (aalib)[arguments]: Modify custom configure
phase to declare host type on aarch64.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 7eff842e0d3..c61b372af78 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm | |||
| @@ -136,6 +136,11 @@ | |||
| 136 | (%current-system)) | 136 | (%current-system)) |
| 137 | '("--host=mips64el-unknown-linux-gnu") | 137 | '("--host=mips64el-unknown-linux-gnu") |
| 138 | '()) | 138 | '()) |
| 139 | ;; The same is also true with aarch64. | ||
| 140 | ,@(if (string=? "aarch64-linux" | ||
| 141 | (%current-system)) | ||
| 142 | '("--host=aarch64-unknown-linux-gnu") | ||
| 143 | '()) | ||
| 139 | (string-append "--with-ncurses=" | 144 | (string-append "--with-ncurses=" |
| 140 | ncurses))))))))) | 145 | ncurses))))))))) |
| 141 | (home-page "http://aa-project.sourceforge.net/aalib/") | 146 | (home-page "http://aa-project.sourceforge.net/aalib/") |
