app-office/lyx: LyX's PCH only slow compliation down - disable them
[gentoo-soor-overlay.git] / eclass / patches / kdelibs / arch.patch
blob8e2d3b7e48dde51d63a4c7dbf9f838bda0e27d90
1 --- configure.orig 2008-04-06 18:54:16.000000000 +0600
2 +++ configure 2008-04-06 18:59:17.000000000 +0600
3 @@ -2348,6 +2348,14 @@
4 echo " 32-bit Intel 80x86 (i386)"
5 fi
6 HOST_ARCH=i386
7 + case "$ARCH" in
8 + x86|i?86)
9 + if [ "$OPT_VERBOSE" = "yes" ]; then
10 + echo " ARCH is set to x86 or i386/i486/i586/i686 set ARCH to i386"
11 + fi
12 + ARCH=i386
13 + ;;
14 + esac
16 *:*:x86_64|*:*:amd64)
17 if [ "$PLATFORM" = "linux-g++-32" -o "$PLATFORM" = "linux-icc-32" ]; then