diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 17:07:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-17 17:07:24 +0000 |
commit | 1a3fc0ebffebdb7260b4ef212f19c483d2d72b86 (patch) | |
tree | 7720a27d6fb6dfa206b70dbbd1d34a1eb8decca4 /databases/postgresql-odbc/files | |
parent | Take maintainership. (diff) |
- update to 08.04.0200 [1]
- cleanup the Makefile
PR: ports/144993 [1]
Submitted by: Berend de Boer <berend _at_ pobox.com>
Notes
Notes:
svn path=/head/; revision=271147
Diffstat (limited to 'databases/postgresql-odbc/files')
-rw-r--r-- | databases/postgresql-odbc/files/patch-odbcapi30.c | 13 | ||||
-rw-r--r-- | databases/postgresql-odbc/files/patch-odbcapi30w.c | 11 |
2 files changed, 0 insertions, 24 deletions
diff --git a/databases/postgresql-odbc/files/patch-odbcapi30.c b/databases/postgresql-odbc/files/patch-odbcapi30.c deleted file mode 100644 index 58d277bdffd6..000000000000 --- a/databases/postgresql-odbc/files/patch-odbcapi30.c +++ /dev/null @@ -1,13 +0,0 @@ ---- odbcapi30.c.orig 2009-01-26 23:20:59.000000000 +0600 -+++ odbcapi30.c 2009-01-26 23:21:47.000000000 +0600 -@@ -118,9 +118,7 @@ - SQLPOINTER CharacterAttribute, - SQLSMALLINT BufferLength, - SQLSMALLINT *StringLength, --#if defined(_WIN64) -- SQLLEN *NumericAttribute --#elif defined(WITH_UNIXODBC) || defined(WIN32) -+#if defined(WIN32) - SQLPOINTER NumericAttribute - #else - SQLLEN *NumericAttribute diff --git a/databases/postgresql-odbc/files/patch-odbcapi30w.c b/databases/postgresql-odbc/files/patch-odbcapi30w.c deleted file mode 100644 index 65e83482a4b5..000000000000 --- a/databases/postgresql-odbc/files/patch-odbcapi30w.c +++ /dev/null @@ -1,11 +0,0 @@ ---- odbcapi30w.c.orig 2009-01-26 23:23:19.000000000 +0600 -+++ odbcapi30w.c 2009-01-26 23:24:07.000000000 +0600 -@@ -255,7 +255,7 @@ - SQLPOINTER pCharAttr, - SQLSMALLINT cbCharAttrMax, - SQLSMALLINT *pcbCharAttr, --#if defined(WITH_UNIXODBC) || (defined(WIN32) && ! defined(_WIN64)) -+#if defined(WIN32) - SQLPOINTER pNumAttr - #else - SQLLEN *pNumAttr |