summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2008-05-26 12:46:54 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2008-05-26 12:46:54 +0000
commit01f2ba0e14a4b5977ef4b87405f6264e7dcdc293 (patch)
tree8f6fd2f3ff02036cad11a8360c430bf21076894d /dev-python/psycopg/files
parentxinerama patch ALWAYS need to be applied (diff)
downloadgentoo-2-01f2ba0e14a4b5977ef4b87405f6264e7dcdc293.tar.gz
gentoo-2-01f2ba0e14a4b5977ef4b87405f6264e7dcdc293.tar.bz2
gentoo-2-01f2ba0e14a4b5977ef4b87405f6264e7dcdc293.zip
Version bump.
(Portage version: 2.1.5.2)
Diffstat (limited to 'dev-python/psycopg/files')
-rw-r--r--dev-python/psycopg/files/psycopg-2.0.7-fbsd.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/psycopg/files/psycopg-2.0.7-fbsd.patch b/dev-python/psycopg/files/psycopg-2.0.7-fbsd.patch
new file mode 100644
index 000000000000..fef22dad4b3e
--- /dev/null
+++ b/dev-python/psycopg/files/psycopg-2.0.7-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)
+ {