diff options
Diffstat (limited to 'dev-python/psycopg/files')
-rw-r--r-- | dev-python/psycopg/files/digest-psycopg-2.0.6 | 3 | ||||
-rw-r--r-- | dev-python/psycopg/files/psycopg-2.0.6-fbsd.patch | 11 |
2 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/psycopg/files/digest-psycopg-2.0.6 b/dev-python/psycopg/files/digest-psycopg-2.0.6 new file mode 100644 index 000000000000..21ff4eb1b574 --- /dev/null +++ b/dev-python/psycopg/files/digest-psycopg-2.0.6 @@ -0,0 +1,3 @@ +MD5 e22a478b8eac5af5111ce8c697abaaa8 psycopg2-2.0.6.tar.gz 228129 +RMD160 4b5ebd8b1f797a4c814c971df569a6fca081d47c psycopg2-2.0.6.tar.gz 228129 +SHA256 0810ea79a5013c8620dfe5af7092963b636ae63dc72b458a13c6d7bc5e1e5694 psycopg2-2.0.6.tar.gz 228129 diff --git a/dev-python/psycopg/files/psycopg-2.0.6-fbsd.patch b/dev-python/psycopg/files/psycopg-2.0.6-fbsd.patch new file mode 100644 index 000000000000..fef22dad4b3e --- /dev/null +++ b/dev-python/psycopg/files/psycopg-2.0.6-fbsd.patch @@ -0,0 +1,11 @@ +--- psycopg/config.h.orig 2007-08-05 14:00:20.000000000 -0500 ++++ psycopg/config.h 2007-08-05 14:00:34.000000000 -0500 +@@ -113,7 +113,7 @@ + #define inline + #endif + +-#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) ++#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) + /* what's this, we have no round function either? */ + static double round(double num) + { |