]> git.pld-linux.org Git - packages/graphviz.git/blob - php-dir.patch
- rebuild with ruby 2.4
[packages/graphviz.git] / php-dir.patch
1 --- graphviz-2.38.0/configure.ac~       2016-03-20 11:59:28.000000000 +0200
2 +++ graphviz-2.38.0/configure.ac        2016-03-20 13:10:36.077403508 +0200
3 @@ -1110,7 +1110,7 @@
4          else
5            PHP_INCLUDES="-I/usr/include/php -I/usr/include/php/main -I/usr/include/php/Zend -I/usr/include/php/TSRM"
6          fi
7 -        PHP_INSTALL_DIR="/usr/lib${LIBPOSTFIX}/php"
8 +        PHP_INSTALL_DIR=$(php-config --extension-dir)
9          PHP_INSTALL_DATADIR="/usr/share/php"
10          PHP_LIBS=
11          save_CPPFLAGS=$CPPFLAGS
This page took 0.077258 seconds and 3 git commands to generate.