diff options
author | Jeroen Roovers <jer@gentoo.org> | 2007-04-12 00:39:09 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2007-04-12 00:39:09 +0000 |
commit | 13e2994064afd62eae6fd4c381f67ab4afba7384 (patch) | |
tree | 12ac2249d5f9d16201c5b96ab21d771afff3cf9a /x11-libs/qt/files | |
parent | Fix FreeBSD backend some more (diff) | |
download | gentoo-2-13e2994064afd62eae6fd4c381f67ab4afba7384.tar.gz gentoo-2-13e2994064afd62eae6fd4c381f67ab4afba7384.tar.bz2 gentoo-2-13e2994064afd62eae6fd4c381f67ab4afba7384.zip |
Stable for HPPA (bug #172746).
(Portage version: 2.1.2.2)
Diffstat (limited to 'x11-libs/qt/files')
-rw-r--r-- | x11-libs/qt/files/qt-4.2.3-hppa-ldcw-fix.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-libs/qt/files/qt-4.2.3-hppa-ldcw-fix.patch b/x11-libs/qt/files/qt-4.2.3-hppa-ldcw-fix.patch new file mode 100644 index 000000000000..04057994037c --- /dev/null +++ b/x11-libs/qt/files/qt-4.2.3-hppa-ldcw-fix.patch @@ -0,0 +1,30 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 15_hppa_ldcw.dpatch by <lamont@bld-4.mmjgroup.com> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: patch from Ubuntu to properly support hppa + +@DPATCH@ +diff -urNad qt4-x11-4.1.0~/src/corelib/arch/parisc/q_ldcw.s qt4-x11-4.1.0/src/corelib/arch/parisc/q_ldcw.s +--- qt4-x11-4.1.0~/src/corelib/arch/parisc/q_ldcw.s 2006-02-03 01:50:30.000000000 +0000 ++++ qt4-x11-4.1.0/src/corelib/arch/parisc/q_ldcw.s 2006-02-03 02:00:36.000000000 +0000 +@@ -1,17 +1,7 @@ +- .SPACE $PRIVATE$ +- .SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31 +- .SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82 +- .SPACE $TEXT$ +- .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44 +- .SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY +- .IMPORT $global$,DATA +- .IMPORT $$dyncall,MILLICODE +- .SPACE $TEXT$ +- .SUBSPA $CODE$ +- ++ .text + .align 4 + .EXPORT q_ldcw,ENTRY,PRIV_LEV=3,ARGW0=GR,RTNVAL=GR +-q_ldcw ++ .label q_ldcw + .PROC + .CALLINFO FRAME=0,CALLS,SAVE_RP + .ENTRY |