diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-21 18:46:51 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-21 19:44:23 +0200 |
commit | d61e0d4512a778bdd97ba19cf26fd9b398d553f2 (patch) | |
tree | 92b44c2d1b588fabd562afa976889a00e944902d /sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-d61e0d4512a778bdd97ba19cf26fd9b398d553f2.tar.gz sci-d61e0d4512a778bdd97ba19cf26fd9b398d553f2.tar.bz2 sci-d61e0d4512a778bdd97ba19cf26fd9b398d553f2.zip |
Drop obsolete
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch')
-rw-r--r-- | sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch deleted file mode 100644 index afb5e4553..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src5.1.3.old/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/ac_linker_options.m4 2009-07-10 19:08:57.000000000 +0200 -+++ src5.1.3/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/ac_linker_options.m4 2009-07-26 19:47:05.000000000 +0200 -@@ -26,6 +26,10 @@ - - AC_CHECKING(for LIB_LOCATION_SUFFIX) - LIB_LOCATION_SUFFIX="" -+ case "$build_cpu" in -+ x86_64*) LIB_LOCATION_SUFFIX="64" ;; -+ *) LIB_LOCATION_SUFFIX="" ;; -+ esac - AC_SUBST(LIB_LOCATION_SUFFIX) - AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX) - |