diff options
author | Thomas Kahle <tom111@gmx.de> | 2010-10-28 23:01:06 +0200 |
---|---|---|
committer | Thomas Kahle <tom111@gmx.de> | 2010-10-28 23:02:25 +0200 |
commit | 2c2bb06c5793e24bc25b344a8562188321008f41 (patch) | |
tree | cfab22bf547a25e84b6d5a97055d20ee5ddd3a21 /sci-misc/salome-kernel/files | |
parent | Added missing patch (diff) | |
download | sci-2c2bb06c5793e24bc25b344a8562188321008f41.tar.gz sci-2c2bb06c5793e24bc25b344a8562188321008f41.tar.bz2 sci-2c2bb06c5793e24bc25b344a8562188321008f41.zip |
adding missing patch
(Portage version: 2.1.8.3/git/Linux i686)
(Signed Manifest commit)
Diffstat (limited to 'sci-misc/salome-kernel/files')
-rw-r--r-- | sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch new file mode 100644 index 000000000..afb5e4553 --- /dev/null +++ b/sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch @@ -0,0 +1,13 @@ +--- 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) + |