]> git.pld-linux.org Git - packages/php.git/blob - php-lib64.patch
- update
[packages/php.git] / php-lib64.patch
1 diff -urN php-5.1.0RC1.org/ext/ming/config.m4 php-5.1.0RC1/ext/ming/config.m4
2 --- php-5.1.0RC1.org/ext/ming/config.m4 2005-07-18 01:58:39.000000000 +0200
3 +++ php-5.1.0RC1/ext/ming/config.m4     2005-08-25 19:23:28.356268128 +0200
4 @@ -9,7 +9,7 @@
5    AC_CHECK_LIB(m, sin)
6  
7    for i in $PHP_MING /usr/local /usr; do
8 -    if test -f $i/lib/libming.$SHLIB_SUFFIX_NAME -o -f $i/lib/libming.a; then
9 +    if test -f $i/$PHP_LIBDIR/libming.$SHLIB_SUFFIX_NAME -o -f $i/$PHP_LIBDIR/libming.a; then
10        MING_DIR=$i
11        break
12      fi
13 diff -urN php-5.1.0RC1.org/scripts/Makefile.frag php-5.1.0RC1/scripts/Makefile.frag
14 --- php-5.1.0RC1.org/scripts/Makefile.frag      2005-08-08 18:06:48.000000000 +0200
15 +++ php-5.1.0RC1/scripts/Makefile.frag  2005-08-25 20:21:39.533528512 +0200
16 @@ -4,7 +4,7 @@
17  #
18  
19  phpincludedir = $(includedir)/php
20 -phpbuilddir = $(libdir)/build
21 +phpbuilddir = $(libdir)/php/build
22  
23  BUILD_FILES = \
24         scripts/phpize.m4 \
25
This page took 0.111735 seconds and 3 git commands to generate.