1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/chromium
Christoph Moench-Tegeder 2e1db4278e fix build
in a 12.1amd64 poudriere, chromium failed:
In file included from ../../third_party/leveldatabase/port/port_chromium.cc:10:
../../third_party/snappy/src/snappy.h:76:59: error: unknown type name 'string'; did you mean 'std::string'?
  size_t Compress(const char* input, size_t input_length, string* output);
                                                          ^~~~~~
                                                          std::string
/usr/include/c++/v1/iosfwd:211:65: note: 'std::string' declared here

instead of trying to muck around with type aliasing (see
snappy-stubs-public.h.in) just reference thy type directly, as there's only
one file requiring patching.

MFH:		2020Q1 (blanket: web browser, just fix it)
2020-01-22 20:53:41 +00:00
..
files fix build 2020-01-22 20:53:41 +00:00
distinfo www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2]. 2020-01-21 19:29:41 +00:00
Makefile www/chromium: update to 79.0.3945.130 [1] and restore path for policies [2]. 2020-01-21 19:29:41 +00:00
Makefile.tests
pkg-descr
pkg-plist www/chromium: update to 79.0.3945.117 2020-01-16 20:59:10 +00:00