diff options
Diffstat (limited to 'databases/unixodbc/patches/patch-ac')
-rw-r--r-- | databases/unixodbc/patches/patch-ac | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/unixodbc/patches/patch-ac b/databases/unixodbc/patches/patch-ac new file mode 100644 index 00000000000..85e2e998db7 --- /dev/null +++ b/databases/unixodbc/patches/patch-ac @@ -0,0 +1,14 @@ +$NetBSD: patch-ac,v 1.1 2009/04/23 19:43:06 schwarz Exp $ + +--- Drivers/Postgre7.1/md5.h.orig 2009-04-20 23:47:18.000000000 +0200 ++++ Drivers/Postgre7.1/md5.h 2009-04-20 23:48:30.000000000 +0200 +@@ -13,6 +13,9 @@ + + #include <stdlib.h> + #include <string.h> ++#ifdef __APPLE__ ++#include <stdbool.h> ++#endif + + #define MD5_PASSWD_LEN 35 + |