ports/databases/py-psycopg2/files/patch-psycopg-config.h
Martin Wilke 1995c66e00 - Update to 2.0.6
- Respect NOPORTEXAMPLES
- Drop FreeBSD 4.X gruft
2007-07-02 15:23:00 +00:00

11 lines
409 B
C

--- 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 @@
#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)
{