databases/sqliteodbc: Update distinfo

Upstreame rerolled distfile to include build fix, so remove the now
unneeded patch.

No functional change.

Reported by:	pkg-fallout
This commit is contained in:
Guido Falsi 2023-09-05 15:38:25 +02:00
parent 824c5beacd
commit 2edf6e705c
2 changed files with 2 additions and 13 deletions

View file

@ -1,3 +1,3 @@
TIMESTAMP = 1693671462
SHA256 (sqliteodbc-0.9999.tar.gz) = 2c3cd6fd9d2be59d439122b0488788e5431b879a600f01117697763c5b563cf7
TIMESTAMP = 1693920932
SHA256 (sqliteodbc-0.9999.tar.gz) = a8ac240e80ff2354a0e0e9ab4d3b567192ae4f3bf5d29244478663a316024732
SIZE (sqliteodbc-0.9999.tar.gz) = 1004293

View file

@ -1,11 +0,0 @@
--- sqlite3odbc.c.orig 2023-08-24 08:50:22 UTC
+++ sqlite3odbc.c
@@ -13305,7 +13305,7 @@ drvdriverconnect(SQLHDBC dbc, SQLHWND hwnd,
attas, sizeof (attas), ODBC_INI);
}
#endif
- illag[0] = '\0';
+ ilflag[0] = '\0';
getdsnattr(buf, "ilike", ilflag, sizeof (ilflag));
#ifndef WITHOUT_DRIVERMGR
if (dsn[0] && !ilflag[0]) {