This patch has been accepted by upstream, and released with 4.8.6.

Now, this tiny patch can make it work.

On Tue, Sep 17, 2013 at 5:29 AM, Lisandro Damián Nicanor Pérez Meyer
<perezme...@gmail.com> wrote:
> tag 719763 pending
> thanks
>
> On Tuesday 10 September 2013 12:59:39 YunQiang Su wrote:
>> On Tue, Sep 10, 2013 at 9:47 AM, Lisandro Damián Nicanor Pérez Meyer
> [snip]
>
>> https://codereview.qt-project.org/#change,64279
>> This is the one for qt5.
>
> Cool, thanks a lot! I have saw that the patch has already been ACKed by
> upstream, it only needs Thiago having some time to +1 it.
>
> I'm so adding it as a patch for now, it will be included on next upload.
>
> Thanks a lot for your effort!
>
> --
> "Los promotores del software privativo demonizan algo tan básico y ético como
> el hecho de compartir imponiendo términos como el de 'pirata'. Equiparan
> ayudar al prójimo con atacar barcos. Cuando me preguntan qué pienso de la
> piratería musical e informática digo que atacar barcos es muy malo y,
> que yo sepa, los piratas no usan computadoras.”
>   Richard Stallman, 05/11/2008, anexo de la Cámara de Diputados, Argentina
>
> Lisandro Damián Nicanor Pérez Meyer
> http://perezmeyer.com.ar/
> http://perezmeyer.blogspot.com/



-- 
Yunqiang Su
diff -Nru 
qt4-x11-4.8.6+dfsg/debian/patches/07_trust_dpkg-arch_over_uname-m.diff 
qt4-x11-4.8.6+dfsg/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
--- qt4-x11-4.8.6+dfsg/debian/patches/07_trust_dpkg-arch_over_uname-m.diff      
2013-05-24 23:55:38.000000000 +0800
+++ qt4-x11-4.8.6+dfsg/debian/patches/07_trust_dpkg-arch_over_uname-m.diff      
2014-06-26 09:34:44.000000000 +0800
@@ -45,7 +45,7 @@
 +      lpia)
 +              UNAME_MACHINE="i686"
 +      ;;
-+      mipsel)
++      mips*)
 +              UNAME_MACHINE="mips"
 +      ;;
 +      powerpc)
diff -Nru qt4-x11-4.8.6+dfsg/debian/rules qt4-x11-4.8.6+dfsg/debian/rules
--- qt4-x11-4.8.6+dfsg/debian/rules     2014-06-16 10:02:27.000000000 +0800
+++ qt4-x11-4.8.6+dfsg/debian/rules     2014-06-26 09:33:58.000000000 +0800
@@ -67,7 +67,7 @@
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-  ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64))
+  ifneq (,$(filter $(DEB_HOST_ARCH),alpha ia64 mips64 mips64el))
        platform_arg = linux-g++
   else ifeq ($(DEB_HOST_ARCH_BITS),64)
        platform_arg = linux-g++-64

Reply via email to