diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-01 13:32:52 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-01 13:32:52 +0000 |
commit | 82f095602a3ba997b13ac3af79a1af8e14928530 (patch) | |
tree | 062fbee8376c17a953604189e5fa8d607c40a34a /databases/py-psycopg2/files/patch-psycopg-config.h | |
parent | The mission of the Scientific and Technical Information Exchange (STIX) font (diff) |
- Update to 2.0.9
Notes
Notes:
svn path=/head/; revision=229276
Diffstat (limited to 'databases/py-psycopg2/files/patch-psycopg-config.h')
-rw-r--r-- | databases/py-psycopg2/files/patch-psycopg-config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/py-psycopg2/files/patch-psycopg-config.h b/databases/py-psycopg2/files/patch-psycopg-config.h index cdfecc4c8a89..adc85d8398bf 100644 --- a/databases/py-psycopg2/files/patch-psycopg-config.h +++ b/databases/py-psycopg2/files/patch-psycopg-config.h @@ -1,10 +1,10 @@ ---- psycopg/config.h.orig 2008-05-05 17:41:37.000000000 +0200 -+++ psycopg/config.h 2008-09-18 13:33:04.000000000 +0200 +--- psycopg/config.h.orig 2009-02-16 09:57:03.000000000 +0100 ++++ psycopg/config.h 2009-03-01 10:59:26.000000000 +0100 @@ -129,7 +129,7 @@ #define inline #endif --#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun) +-#if (defined(__FreeBSD__) && __FreeBSD_version < 503000) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun) +#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) || defined(sun) /* what's this, we have no round function either? */ static double round(double num) |