diff options
author | miwi <miwi@FreeBSD.org> | 2011-11-26 02:24:36 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2011-11-26 02:24:36 +0800 |
commit | ad726b857cc2d5a5256ec4a072e7d981ad02e464 (patch) | |
tree | 071eb610dc397deffc37635e461a1d7f7f912e8b /databases | |
parent | 3c221aaa1408448a915f9f55c35aa8d97a324729 (diff) | |
download | freebsd-ports-gnome-ad726b857cc2d5a5256ec4a072e7d981ad02e464.tar.gz freebsd-ports-gnome-ad726b857cc2d5a5256ec4a072e7d981ad02e464.tar.zst freebsd-ports-gnome-ad726b857cc2d5a5256ec4a072e7d981ad02e464.zip |
- Fix build with GCC 4.6
PR: 162377
Submitted by: Yuri Karaban <dev@dev97.com>
Approved by: maintainer
Feature safe: yes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql++3/files/patch-lib_refcounted.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/databases/mysql++3/files/patch-lib_refcounted.h b/databases/mysql++3/files/patch-lib_refcounted.h new file mode 100644 index 000000000000..5992d5a859e4 --- /dev/null +++ b/databases/mysql++3/files/patch-lib_refcounted.h @@ -0,0 +1,16 @@ + + +Patch attached with submission follows: + +--- lib/refcounted.h.orig 2010-06-03 20:59:23.000000000 +0300 ++++ lib/refcounted.h 2011-11-08 15:45:51.024492252 +0200 +@@ -29,6 +29,7 @@ + #define MYSQLPP_REFCOUNTED_H + + #include <memory> ++#include <cstddef> + + namespace mysqlpp { + + + |