diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-25 16:24:44 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-25 16:24:44 +0000 |
commit | 93b0e25aa2000650add2b923684281fe92acba76 (patch) | |
tree | 04955530a6e0f2c6b933ddcc2de695e995cf9096 /devel/glog/files/patch-src-glog-stl_logging.h.in | |
parent | Switch TEST_DEPEND from p5-CGI.pm to p5-CGI. (diff) |
- Fix build on i386
- Regenerate patch files with makepatch:
MFH: 2015Q2
Notes
Notes:
svn path=/head/; revision=384740
Diffstat (limited to 'devel/glog/files/patch-src-glog-stl_logging.h.in')
-rw-r--r-- | devel/glog/files/patch-src-glog-stl_logging.h.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/glog/files/patch-src-glog-stl_logging.h.in b/devel/glog/files/patch-src-glog-stl_logging.h.in index 9807edb350cc..3f2518db2404 100644 --- a/devel/glog/files/patch-src-glog-stl_logging.h.in +++ b/devel/glog/files/patch-src-glog-stl_logging.h.in @@ -1,5 +1,5 @@ ---- src/glog/stl_logging.h.in.orig 2015-03-11 12:02:27.000000000 +0800 -+++ src/glog/stl_logging.h.in 2015-03-22 01:13:41.132580961 +0800 +--- src/glog/stl_logging.h.in.orig 2015-03-11 04:02:27 UTC ++++ src/glog/stl_logging.h.in @@ -76,6 +76,9 @@ #ifdef GLOG_STL_LOGGING_FOR_EXT_SLIST # include <ext/slist> @@ -10,7 +10,7 @@ // Forward declare these two, and define them after all the container streams // operators so that we can recurse from pair -> container -> container -> pair -@@ -101,9 +104,13 @@ +@@ -101,9 +104,13 @@ inline std::ostream& operator<<(std::ost OUTPUT_TWO_ARG_CONTAINER(std::vector) OUTPUT_TWO_ARG_CONTAINER(std::deque) OUTPUT_TWO_ARG_CONTAINER(std::list) |