summaryrefslogtreecommitdiff
path: root/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/07_trust_dpkg-arch_over_uname-m.diff')
-rw-r--r--debian/patches/07_trust_dpkg-arch_over_uname-m.diff5
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/patches/07_trust_dpkg-arch_over_uname-m.diff b/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
index ce40ef6..276ebd6 100644
--- a/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
+++ b/debian/patches/07_trust_dpkg-arch_over_uname-m.diff
@@ -2,7 +2,7 @@ author: Sune Vuorela
Reported to trolltech as N180631 - and task 181882
--- a/configure
+++ b/configure
-@@ -93,7 +93,44 @@
+@@ -93,7 +93,47 @@
#-------------------------------------------------------------------------------
# need that throughout the script
@@ -33,6 +33,9 @@ Reported to trolltech as N180631 - and task 181882
+ kfreebsd-i386)
+ UNAME_MACHINE="i586"
+ ;;
++ lpia)
++ UNAME_MACHINE="i686"
++ ;;
+ mipsel)
+ UNAME_MACHINE="mips"
+ ;;