diff options
author | tron <tron> | 2006-11-07 16:57:46 +0000 |
---|---|---|
committer | tron <tron> | 2006-11-07 16:57:46 +0000 |
commit | bc5feda1791e8a6bd8915588dbed1b9b8ecbf1c8 (patch) | |
tree | 85d486539ce86945dd842569dc6fcc1bbf79abcb /lang/php5 | |
parent | df2c74bd86fa6920efe20d8b325c84b1316dd917 (diff) | |
download | pkgsrc-bc5feda1791e8a6bd8915588dbed1b9b8ecbf1c8.tar.gz |
Fix non-portable "configure" shell script.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/distinfo | 3 | ||||
-rw-r--r-- | lang/php5/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/lang/php5/distinfo b/lang/php5/distinfo index 4b6ae76e405..a4616ef157c 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -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 diff --git a/lang/php5/patches/patch-aa b/lang/php5/patches/patch-aa new file mode 100644 index 00000000000..32d592d0666 --- /dev/null +++ b/lang/php5/patches/patch-aa @@ -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 |