From: vsr Date: Thu, 2 Nov 2006 07:58:21 +0000 (+0000) Subject: Fix pb with 64bit patch X-Git-Tag: V_3_2_3~10 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4d2c1de4f68e18a5199f76cd112704d60eb5c6bd;p=tools%2Finstall.git Fix pb with 64bit patch --- diff --git a/config_files/patches/netgen-4.5-lib64.patch b/config_files/patches/netgen-4.5-lib64.patch index 40edbf9..1593971 100755 --- a/config_files/patches/netgen-4.5-lib64.patch +++ b/config_files/patches/netgen-4.5-lib64.patch @@ -7,7 +7,7 @@ diff -ur netgen-4.5.old/libsrc/makefile.inc netgen-4.5.new/libsrc/makefile.inc # -CPLUSPLUSFLAGS1 = -c -I$(LIBSRC_DIR)/include -I$(OCCINC_DIR) \ +CPLUSPLUSFLAGS1 = -c -m64 -fPIC -I$(LIBSRC_DIR)/include -I$(OCCINC_DIR) \ - -DOCCGEOMETRY -DOCC52 -DHAVE_IOSTREAM -DHAVE_LIMITS + -DOCCGEOMETRY -DOCC52 -DHAVE_IOSTREAM -DHAVE_LIMITS_H # ARFLAGS = r diff -ur netgen-4.5.old/libsrc/makefile.mach.LINUX64 netgen-4.5.new/libsrc/makefile.mach.LINUX64