Salome HOME
SALOME 6.5.0 preparation: graphviz 2.26.3 -> 2.28.0
[tools/install.git] / config_files / doxygen-1.7.3.sh
index a1354aa51e11696739dac3a0371b78d69b1516d8..d789a353e7f823da86ac6b96b53448b75d431cf6 100755 (executable)
@@ -71,6 +71,13 @@ source ${INSTALL_WORK}/$SHRC
 # unpack
 check_jb tar xfz ${SOURCE_DIR}/${PRODUCT}.tar.gz -C ${INST_ROOT}
 
+# apply general patch for doxygen 1.7.3
+
+if [ -f patches/doxygen-1.7.3.patch ] ; then
+    cp patches/doxygen-1.7.3.patch ${PRODUCT_SRC_DIR}
+    ( cd ${PRODUCT_SRC_DIR}; patch -p1 < doxygen-1.7.3.patch )
+fi
+
 # to generate environment scripts
 try_preinstalled
 }