summaryrefslogtreecommitdiff
path: root/www/php4/patches/patch-av
diff options
context:
space:
mode:
Diffstat (limited to 'www/php4/patches/patch-av')
-rw-r--r--www/php4/patches/patch-av38
1 files changed, 0 insertions, 38 deletions
diff --git a/www/php4/patches/patch-av b/www/php4/patches/patch-av
deleted file mode 100644
index 0a453c484e1..00000000000
--- a/www/php4/patches/patch-av
+++ /dev/null
@@ -1,38 +0,0 @@
-$NetBSD: patch-av,v 1.6 2009/12/21 20:02:44 joerg Exp $
-
---- ext/mssql/config.m4.orig 2009-12-21 19:57:57.000000000 +0000
-+++ ext/mssql/config.m4
-@@ -9,32 +9,7 @@ PHP_ARG_WITH(mssql,for MSSQL support via
-
- if test "$PHP_MSSQL" != "no"; then
-
-- FREETDS_INSTALLATION_DIR=""
-- if test "$PHP_MSSQL" = "yes"; then
--
-- for i in /usr/local /usr; do
-- if test -f $i/include/tds.h; then
-- FREETDS_INSTALLATION_DIR=$i
-- break
-- fi
-- done
--
-- if test -z "$FREETDS_INSTALLATION_DIR"; then
-- AC_MSG_ERROR(Cannot find FreeTDS in known installation directories)
-- fi
--
-- elif test "$PHP_MSSQL" != "no"; then
--
-- if test -f $PHP_MSSQL/include/tds.h; then
-- FREETDS_INSTALLATION_DIR=$PHP_MSSQL
-- else
-- AC_MSG_ERROR(Directory $PHP_MSSQL is not a FreeTDS installation directory)
-- fi
-- fi
--
-- if test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.a" && test ! -r "$FREETDS_INSTALLATION_DIR/lib/libtds.so"; then
-- AC_MSG_ERROR(Could not find $FREETDS_INSTALLATION_DIR/lib/libtds.[a|so])
-- fi
-+ FREETDS_INSTALLATION_DIR=$PHP_MSSQL
-
- MSSQL_INCDIR=$FREETDS_INSTALLATION_DIR/include
- MSSQL_LIBDIR=$FREETDS_INSTALLATION_DIR/lib