diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 6d80ae38e4bfa82323398ceba27f25f94072bf5f (patch) | |
tree | 8ff7b57768c1e395e55e3c177687fb76d9d74ea3 /x86_64.patch | |
download | other-6d80ae38e4bfa82323398ceba27f25f94072bf5f.tar.gz other-6d80ae38e4bfa82323398ceba27f25f94072bf5f.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'x86_64.patch')
-rw-r--r-- | x86_64.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x86_64.patch b/x86_64.patch new file mode 100644 index 0000000..5743053 --- /dev/null +++ b/x86_64.patch @@ -0,0 +1,16 @@ +Index: libtool.m4.in +=================================================================== +RCS file: /home/kde/kde-common/admin/libtool.m4.in,v +retrieving revision 1.70 +diff -u -u -r1.70 libtool.m4.in +--- libtool.m4.in 2002/03/11 10:27:00 1.70 ++++ libtool.m4.in 2002/05/06 12:28:31 +@@ -1943,7 +1943,7 @@ + # This must be Linux ELF. + linux*) + case $host_cpu in +- alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh*) ++ alpha* | hppa* | i*86 | ia64* | m68* | mips | mipsel | powerpc* | sparc* | s390* | sh* | x86_64* ) + lt_cv_deplibs_check_method=pass_all ;; + *) + # glibc up to 2.1.1 does not perform some relocations on ARM |