From b6014b44904dc4ec7366f984e2edcfda0f52a5d1 Mon Sep 17 00:00:00 2001 From: Martin Wilke Date: Mon, 22 Sep 2008 23:47:12 +0000 Subject: - Update to 2.0.8 --- databases/py-psycopg2/files/patch-psycopg-config.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/py-psycopg2/files/patch-psycopg-config.h') diff --git a/databases/py-psycopg2/files/patch-psycopg-config.h b/databases/py-psycopg2/files/patch-psycopg-config.h index 9d1f5bf84193..cdfecc4c8a89 100644 --- a/databases/py-psycopg2/files/patch-psycopg-config.h +++ b/databases/py-psycopg2/files/patch-psycopg-config.h @@ -1,11 +1,11 @@ ---- psycopg/config.h.orig 2007-04-11 12:12:37.000000000 +0000 -+++ psycopg/config.h 2007-07-02 14:41:35.000000000 +0000 -@@ -113,7 +113,7 @@ +--- psycopg/config.h.orig 2008-05-05 17:41:37.000000000 +0200 ++++ psycopg/config.h 2008-09-18 13:33:04.000000000 +0200 +@@ -129,7 +129,7 @@ #define inline #endif --#if defined(__FreeBSD__) || (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) -+#if (defined(_WIN32) && !defined(__GNUC__)) || defined(__sun__) +-#if defined(__FreeBSD__) || (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) { -- cgit v1.2.3