From: vsr Date: Tue, 9 Jun 2009 16:18:39 +0000 (+0000) Subject: Additional patch of makeForSalome.sh script for 64bit platforms X-Git-Tag: V5_1_2rc1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=54246bf89ef96193042b40ef3d7c213350b84794;p=tools%2Finstall.git Additional patch of makeForSalome.sh script for 64bit platforms --- diff --git a/config_files/patches/netgen-4.5-for-SALOME.patch b/config_files/patches/netgen-4.5-for-SALOME.patch index ad2060e..201a28b 100755 --- a/config_files/patches/netgen-4.5-for-SALOME.patch +++ b/config_files/patches/netgen-4.5-for-SALOME.patch @@ -1078,7 +1078,11 @@ diff -Naur netgen-4.5.old/makeForSalome.sh netgen-4.5.new/makeForSalome.sh +#! /bin/sh +cp ngtcltk/ngnewdelete.* libsrc/interface/ + -+MACHINE=LINUX ++if test `uname -m` == "x86_64" ; then ++ MACHINE=LINUX64 ++else ++ MACHINE=LINUX ++fi +export MACHINE +make -C libsrc/csg +make -C libsrc/general