]> SALOME platform Git repositories - tools/install.git/commitdiff
Salome HOME
Add gcc 4.3 compatibility patch for omniNotify
authorvsr <vsr@opencascade.com>
Wed, 21 Oct 2009 19:42:06 +0000 (19:42 +0000)
committervsr <vsr@opencascade.com>
Wed, 21 Oct 2009 19:42:06 +0000 (19:42 +0000)
config_files/omniORB-4.1.4.sh

index 0423a084ed569ffe8b49ec6aa8828dacd6cd0092..c3c627eb277897c85801cb7cc578eaa287dba096 100755 (executable)
@@ -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