debian/rules |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit a929cccb5630ad273f99ba85dddb31f114e7ed3a
Author: Maarten Lankhorst <maarten.lankho...@canonical.com>
Date:   Mon Mar 18 12:55:32 2013 +0100

    fix build on armhf

diff --git a/debian/rules b/debian/rules
index bfe04a5..e2a2f9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -86,7 +86,7 @@ else
        # where we have LLVM enabled.
        GALLIUM_DRIVERS += radeonsi
     else
-       EXTRA_SED=-e"/radeonsi_dri.so/ s/^/\#/"
+       EXTRA_SED="-e/libllvmradeon/ s/^/\#/"
     endif
   endif
 
@@ -99,7 +99,7 @@ else
   endif
 
   # LLVM is required for r300g and recommended for swrastg on x86:
-  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386))
+  ifneq (,$(filter $(DEB_HOST_ARCH),amd64 i386 kfreebsd-amd64 kfreebsd-i386 
armhf))
        confflags_GALLIUM += --enable-gallium-llvm
        confflags_GALLIUM += --with-llvm-shared-libs
   endif


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1uhyks-00072j...@vasks.debian.org

Reply via email to