diff --git a/plugins/php/versions/74/imagemagick.sh b/plugins/php/versions/74/imagemagick.sh index ff2f52650..d46ecfa78 100755 --- a/plugins/php/versions/74/imagemagick.sh +++ b/plugins/php/versions/74/imagemagick.sh @@ -44,10 +44,8 @@ Install_lib() cd $php_lib/${LIBNAME}-${LIBV} $serverPath/php/$version/bin/phpize - LIB_DEPEND_DIR=`brew info imagemagick | grep /usr/local/Cellar/imagemagick | cut -d \ -f 1 | awk 'END {print}'` ./configure --with-php-config=$serverPath/php/$version/bin/php-config \ - --with-imagick=$LIB_DEPEND_DIR - make && make install && make clean + && make clean && make && make install && make clean fi