summaryrefslogtreecommitdiff
path: root/lang/php53/patches
diff options
context:
space:
mode:
authortaca <taca>2012-01-12 12:58:47 +0000
committertaca <taca>2012-01-12 12:58:47 +0000
commit9973cdcc48e434dfed78c98ca6b5e7aea75fb46d (patch)
treea20076540af151f8361e32110d275c526fef9878 /lang/php53/patches
parente7ffdf1e73880b74a7232d9ae4481dd2fb97bbd8 (diff)
downloadpkgsrc-9973cdcc48e434dfed78c98ca6b5e7aea75fb46d.tar.gz
Fix build problem of databases/php-mssql.
Diffstat (limited to 'lang/php53/patches')
-rw-r--r--lang/php53/patches/patch-php__mssql.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/lang/php53/patches/patch-php__mssql.h b/lang/php53/patches/patch-php__mssql.h
deleted file mode 100644
index 53acf077576..00000000000
--- a/lang/php53/patches/patch-php__mssql.h
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-php__mssql.h,v 1.1 2011/09/12 16:24:32 taca Exp $
-
-* Use definition in freetds.
-
---- ext/mssql/php_mssql.h.orig 2011-01-01 02:19:59.000000000 +0000
-+++ ext/mssql/php_mssql.h
-@@ -65,7 +65,6 @@ typedef short TDS_SHORT;
- #define dbfreelogin dbloginfree
- #endif
- #define dbrpcexec dbrpcsend
--typedef unsigned char *LPBYTE;
- typedef float DBFLT4;
- #else
- #define MSSQL_VERSION "7.0"