Fix build problem of databases/php-mssql.

This commit is contained in:
taca 2012-01-12 12:58:47 +00:00
parent 07ffb2d88b
commit a2947ebee2
2 changed files with 1 additions and 16 deletions

View file

@ -1,4 +1,4 @@
$NetBSD: distinfo,v 1.29 2012/01/11 14:53:35 taca Exp $
$NetBSD: distinfo,v 1.30 2012/01/12 12:58:47 taca Exp $
SHA1 (php-5.3.9/php-5.3.9.tar.bz2) = fe0626735c3d9dd370cef9bdcfe9506629449f51
RMD160 (php-5.3.9/php-5.3.9.tar.bz2) = 428ed51982637f092c43369cf5cfb284d58da3f6
@ -18,4 +18,3 @@ SHA1 (patch-ai) = d4766893a2c47a4e4a744248dda265b0a9a66a1f
SHA1 (patch-aj) = d611d13fcc28c5d2b9e9586832ce4b8ae5707b48
SHA1 (patch-al) = fbbee5502e0cd1c47c6e7c15e0d54746414ec32e
SHA1 (patch-php__mssql.c) = b46c688ff2d8da33ca2f9beb0eb9182b6edf7e23
SHA1 (patch-php__mssql.h) = fa9e349127121cf478691c108ac611563e445c40

View file

@ -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"