diff options
Diffstat (limited to 'databases/libpqxx/patches/patch-src_largeobject.cxx')
-rw-r--r-- | databases/libpqxx/patches/patch-src_largeobject.cxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/libpqxx/patches/patch-src_largeobject.cxx b/databases/libpqxx/patches/patch-src_largeobject.cxx index 30a0f795012..759a7435f3c 100644 --- a/databases/libpqxx/patches/patch-src_largeobject.cxx +++ b/databases/libpqxx/patches/patch-src_largeobject.cxx @@ -1,9 +1,11 @@ -$NetBSD: patch-src_largeobject.cxx,v 1.1 2011/11/24 14:14:58 joerg Exp $ +$NetBSD: patch-src_largeobject.cxx,v 1.2 2013/02/12 04:35:24 hiramatsu Exp $ ---- src/largeobject.cxx.orig 2011-11-24 00:12:56.000000000 +0000 +Fix build with modern GCC. + +--- src/largeobject.cxx.orig 2013-02-11 10:36:16.000000000 +0000 +++ src/largeobject.cxx @@ -18,6 +18,7 @@ - #include "pqxx/compiler.h" + #include "pqxx/compiler-internal.hxx" #include <cerrno> +#include <cstring> |