Description: UNAME_MACHINE = DEB_HOST_ARCH Index: qt4-x11/configure =================================================================== --- qt4-x11.orig/configure 2013-07-12 00:03:59.575046079 +0400 +++ qt4-x11/configure 2013-07-12 00:04:01.125002259 +0400 @@ -3223,6 +3223,13 @@ CFG_HOST_ARCH=i386 ;; esac + ;; + *-amd64) + CFG_HOST_ARCH=x86_64 + ;; + *-i386) + CFG_HOST_ARCH=i386 + ;; esac ;; Darwin:*:*)