From: vsr Date: Wed, 21 Oct 2009 19:42:06 +0000 (+0000) Subject: Add gcc 4.3 compatibility patch for omniNotify X-Git-Tag: V5_1_3~24 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=10d8ae3491b4b0834c0ce1d8d4891e4ff618f378;p=tools%2Finstall.git Add gcc 4.3 compatibility patch for omniNotify --- diff --git a/config_files/omniORB-4.1.4.sh b/config_files/omniORB-4.1.4.sh index 0423a08..c3c627e 100755 --- a/config_files/omniORB-4.1.4.sh +++ b/config_files/omniORB-4.1.4.sh @@ -95,6 +95,10 @@ check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${PRODUCT_SRC_DIR} check_jb tar xfz ${SOURCE_DIR}/omniORBpy-3.4.tar.gz -C ${PRODUCT_SRC_DIR} check_jb tar xfz ${SOURCE_DIR}/omniNotify-2.1.tar.gz -C ${PRODUCT_SRC_DIR} +if [ -f patches/omniNotify-2.1.patch ] ; then + cp patches/omniNotify-2.1.patch ${PRODUCT_SRC_DIR}/omniNotify-2.1_SRC + ( cd ${PRODUCT_SRC_DIR}/omniNotify-2.1_SRC ; patch -p1 < omniNotify-2.1.patch ) +fi if test `uname -m` = "x86_64" ; then if [ -f patches/omniNotify-2.1-lib64.patch ] ; then cp patches/omniNotify-2.1-lib64.patch ${PRODUCT_SRC_DIR}/omniNotify-2.1_SRC