Package: qt4-x11 / 4:4.8.7+dfsg-18+deb10u1

powerpcspe.diff Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Author: Pino Toscano <pino@kde.org>
Description: Identify PowerPCSPE as PowerPC.
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=623185
Forwarded: no
Origin: vendor
Last-Update: 2011-04-27

---
 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/configure
+++ b/configure
@@ -3278,7 +3278,7 @@ if [ -z "${CFG_HOST_ARCH}" ]; then
             CFG_HOST_ARCH=x86_64
         fi
         ;;
-    *:*:ppc)
+    *:*:ppc|*:*:powerpcspe)
         if [ "$OPT_VERBOSE" = "yes" ]; then
             echo "    32-bit PowerPC (powerpc)"
         fi