diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-09-29 11:33:59 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-09-29 11:33:59 +0000 |
commit | 08f14afc9bdf8347063a818e6e62ac9e38e51628 (patch) | |
tree | b04bb622d643534bc6fd8d3260949246b7e4d4c6 /x11-libs/qt/files | |
parent | pull in log4r when USE=ruby #85303 (diff) | |
download | historical-08f14afc9bdf8347063a818e6e62ac9e38e51628.tar.gz historical-08f14afc9bdf8347063a818e6e62ac9e38e51628.tar.bz2 historical-08f14afc9bdf8347063a818e6e62ac9e38e51628.zip |
Add a patch which detects Sparc for Linux, from bug #134341
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'x11-libs/qt/files')
-rw-r--r-- | x11-libs/qt/files/qt-4.1.4-sparc.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11-libs/qt/files/qt-4.1.4-sparc.patch b/x11-libs/qt/files/qt-4.1.4-sparc.patch new file mode 100644 index 000000000000..0f9c8059bcbf --- /dev/null +++ b/x11-libs/qt/files/qt-4.1.4-sparc.patch @@ -0,0 +1,15 @@ +--- qt-x11-opensource-src-4.1.4/configure.orig 2006-09-22 15:47:43.000000000 -0600 ++++ qt-x11-opensource-src-4.1.4/configure 2006-09-22 21:17:12.000000000 -0600 +@@ -1821,6 +1821,12 @@ + fi + ARCH=s390 + ;; ++ Linux:*:sparc*) ++ if [ "$OPT_VERBOSE" = "yes" ]; then ++ echo " Linux on SPARC" ++ fi ++ ARCH=sparc ++ ;; + *:*:*) + if [ "$OPT_VERBOSE" = "yes" ]; then + echo " Trying '$UNAME_MACHINE'..." |