[SCM] blender/master: debian/patches/: #0011 patch updated

mfv-guest at users.alioth.debian.org mfv-guest at users.alioth.debian.org
Mon Mar 24 17:38:29 UTC 2014


The following commit has been merged in the master branch:
commit d6f3cf96360762bd4c397ee299db4a269dc93469
Author: Matteo F. Vescovi <mfvescovi at gmail.com>
Date:   Mon Mar 24 08:48:43 2014 +0100

    debian/patches/: #0011 patch updated
    
    This version should provide real support for:
    
     * __aarch64__ (ARM's ARMv8)
     * __arch64__ (the macro used to detect 64-bit on __sparc__)
    
    Closes: #742371
    Thanks: Adam Conrad (adconrad) for the update.
    Git-Dch: Short

diff --git a/debian/patches/0011-fix_FTBFS_on_unofficial_64bit_archs.patch b/debian/patches/0011-fix_FTBFS_on_unofficial_64bit_archs.patch
index 2e69b34..288e085 100644
--- a/debian/patches/0011-fix_FTBFS_on_unofficial_64bit_archs.patch
+++ b/debian/patches/0011-fix_FTBFS_on_unofficial_64bit_archs.patch
@@ -1,5 +1,5 @@
 From: "Matteo F. Vescovi" <mfvescovi at gmail.com>
-Date: Mon, 17 Feb 2014 12:20:54 +0100
+Date: Mon, 24 Mar 2014 08:48:07 +0100
 Subject: fix_FTBFS_on_unofficial_64bit_archs
 
 ---
@@ -15,7 +15,7 @@ index b5a73b1..9f506a6 100644
  #endif
  
 -#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__)
-+#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) || (defined(__sparc__) && defined(__arch64__))
++#if defined(_M_X64) || defined(__amd64__) || defined(__x86_64__) || defined(__s390x__) || defined(__powerpc64__) || defined(__aarch64__) || (defined(__sparc__) && defined(__arch64__))
  #  define LG_SIZEOF_PTR 3
  #  define LG_SIZEOF_INT 2
  #else

-- 
blender packaging



More information about the pkg-multimedia-commits mailing list