1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Remove unneeded patch.

This commit is contained in:
Alex Dupre 2013-08-12 14:45:23 +00:00
parent fb10dd02f6
commit 9f18191f12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324633

View File

@ -1,15 +0,0 @@
--- dblib_driver.c.orig 2013-06-24 15:17:35.000000000 +0200
+++ dblib_driver.c 2013-06-24 15:20:43.000000000 +0200
@@ -274,9 +274,9 @@
,{"5.0",DBVERSION_70} /* FIXME: This does not work with Sybase, but environ will */
,{"6.0",DBVERSION_70}
,{"7.0",DBVERSION_70}
- ,{"7.1",DBVERSION_71}
- ,{"7.2",DBVERSION_72}
- ,{"8.0",DBVERSION_72}
+ ,{"7.1",DBVERSION_80}
+ ,{"7.2",DBVERSION_80}
+ ,{"8.0",DBVERSION_80}
,{"10.0",DBVERSION_100}
,{"auto",0} /* Only works with FreeTDS. Other drivers will bork */