diff options
Diffstat (limited to 'sci-chemistry/abinit/files/fix-64bit-detection.patch')
-rw-r--r-- | sci-chemistry/abinit/files/fix-64bit-detection.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sci-chemistry/abinit/files/fix-64bit-detection.patch b/sci-chemistry/abinit/files/fix-64bit-detection.patch deleted file mode 100644 index 25716dc22185..000000000000 --- a/sci-chemistry/abinit/files/fix-64bit-detection.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN abinit-5.1.2.orig/config/m4/init.m4 abinit-5.1.2/config/m4/init.m4 ---- abinit-5.1.2.orig/config/m4/init.m4 2006-05-23 23:09:03.000000000 -0700 -+++ abinit-5.1.2/config/m4/init.m4 2006-05-23 23:07:31.000000000 -0700 -@@ -137,7 +137,7 @@ - alpha*|powerpc*) - abi_cpu_model="${target_cpu}" - abi_cpu_64bits=`echo "${abi_cpu_model}" | grep 64` -- if test abi_cpu_64bits = ""; then -+ if test "${abi_cpu_64bits}" = ""; then - abi_cpu_64bits="no" - else - abi_cpu_64bits="yes" |