guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: libepoxy: Add support for aarch64.


From: Efraim Flashner
Subject: 02/02: gnu: libepoxy: Add support for aarch64.
Date: Sun, 19 Mar 2017 05:13:41 -0400 (EDT)

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

commit ea50fb8d03ba16ff9757687a569b3d1f2846859d
Author: Efraim Flashner <address@hidden>
Date:   Sun Mar 19 11:06:29 2017 +0200

    gnu: libepoxy: Add support for aarch64.
    
    * gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support
    aarch64.
---
 gnu/packages/gl.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 3a1e90f..5801085 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -489,6 +489,10 @@ OpenGL graphics API.")
                    (mesa (assoc-ref inputs "mesa")))
                (substitute* "src/gen_dispatch.py"
                  (("/usr/bin/env python") python))
+               ;; Add support for aarch64, see upstream:
+               ;; https://github.com/anholt/libepoxy/pull/114
+               (substitute* "test/dlwrap.c"
+                 (("GLIBC_2.4") "GLIBC_2.17\", \"GLIBC_2.4"))
                (substitute* (find-files "." "\\.[ch]$")
                  (("libGL.so.1") (string-append mesa "/lib/libGL.so.1"))
                  (("libEGL.so.1") (string-append mesa "/lib/libEGL.so.1")))



reply via email to

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