freebsd-ports/www/mod_spdy/files/patch-logging.h
Steve Wills 2727adb975 - Update to 0.9.4.1
- Fix build with clang on HEAD and 10
- Support StageDir
- Normalize COMMENT
- Add USE_OPENSSL and remove OpenSSL from DISTFILES
- Use clang as the default compiler
- Make portlint happy
- Sync Makefile style with www/chromium

PR:		ports/183529
Submitted by:	Masaki TAGAWA <masaki@club.kyutech.ac.jp> (maintainer)
2013-11-15 22:22:12 +00:00

11 lines
312 B
C++

--- third_party/chromium/src/base/logging.h.org 2013-10-29 15:17:59.000000000 +0900
+++ third_party/chromium/src/base/logging.h 2013-10-29 23:39:25.000000000 +0900
@@ -5,6 +5,8 @@
#ifndef BASE_LOGGING_H_
#define BASE_LOGGING_H_
+#undef strtoul
+
#include <cassert>
#include <string>
#include <cstring>