From: vsr Date: Fri, 23 May 2014 16:10:40 +0000 (+0400) Subject: additional correction to the previous patch for freeimage X-Git-Tag: V7_4_0~5^2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=2b44c693b612681113f61d2efd59f5be64132db5;p=tools%2Finstall.git additional correction to the previous patch for freeimage --- diff --git a/config_files/freeimage_3.15.4.sh b/config_files/freeimage_3.15.4.sh index 71cd94e..f2ab5ff 100755 --- a/config_files/freeimage_3.15.4.sh +++ b/config_files/freeimage_3.15.4.sh @@ -108,7 +108,7 @@ cd ${PRODUCT_SRC_DIR} ## building FreeImage library # workaround for CentOS 5.5: FreeImage 3.16.0 is not compiled with gcc 4.2 and older :( -local workaround_gcc42_pb=1 +local workaround_gcc42_pb=0 gcc_found="" if [ "${workaround_gcc42_pb}" = "1" ] ; then gcc_found="`use_latest_gcc 040200`"