Fix non-portable "configure" shell script.
This commit is contained in:
parent
0162ac13cc
commit
b359a10696
2 changed files with 15 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.33 2006/11/06 22:06:35 jdolecek Exp $
|
||||
$NetBSD: distinfo,v 1.34 2006/11/07 16:57:46 tron Exp $
|
||||
|
||||
SHA1 (php-5.2.0/php-5.2.0.tar.bz2) = 6306829b1b252156ca3a936ec809aba89a71d9e1
|
||||
RMD160 (php-5.2.0/php-5.2.0.tar.bz2) = baabe854ac219935ed9f58d348ebf08fb84853de
|
||||
Size (php-5.2.0/php-5.2.0.tar.bz2) = 6789838 bytes
|
||||
SHA1 (patch-aa) = 20bc3831e435182d014b11ae9f1f6c537a21af20
|
||||
SHA1 (patch-ac) = 4f8714134977e6cef25df23b60ceea50c2aee6d0
|
||||
SHA1 (patch-ag) = 4ccb67ba6f5370b1d16b087e3e714de3e5ae604e
|
||||
SHA1 (patch-ah) = c7cbd4b9ea0796ea3b7491c2cffb6ddddc518587
|
||||
|
|
13
lang/php5/patches/patch-aa
Normal file
13
lang/php5/patches/patch-aa
Normal file
|
@ -0,0 +1,13 @@
|
|||
$NetBSD: patch-aa,v 1.3 2006/11/07 16:57:46 tron Exp $
|
||||
|
||||
--- ext/pdo_sqlite/sqlite/configure.orig 2006-08-14 17:15:28.000000000 +0100
|
||||
+++ ext/pdo_sqlite/sqlite/configure 2006-11-07 16:51:39.000000000 +0000
|
||||
@@ -19700,7 +19700,7 @@
|
||||
OS_WIN=0
|
||||
OS_OS2=1
|
||||
TARGET_CFLAGS="$TARGET_CFLAGS -DOS_OS2=1"
|
||||
- if test "$ac_compiler_gnu" == "yes" ; then
|
||||
+ if test "$ac_compiler_gnu" = "yes" ; then
|
||||
TARGET_CFLAGS="$TARGET_CFLAGS -Zomf -Zexe -Zmap"
|
||||
BUILD_CFLAGS="$BUILD_CFLAGS -Zomf -Zexe"
|
||||
fi
|
Loading…
Reference in a new issue