1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/www/chromium/files/patch-build__build_config.h
Rene Ladan 21d8aee3fc Update to 18.0.1025.142
Note that clang is now the default compiler (GCC 4.6 is optionable), base GCC
became too old.
Submitted by:	George Liaskos
Security:	http://www.vuxml.org/freebsd/b8f0a391-7910-11e1-8a43-00262d5ed8ee.html
Feature safe:	yes
2012-04-01 00:50:57 +00:00

12 lines
367 B
C

--- build/build_config.h.orig 2012-03-24 09:01:53.000000000 +0200
+++ build/build_config.h 2012-03-28 00:55:12.000000000 +0300
@@ -67,7 +67,7 @@
#endif
// Use tcmalloc
-#if (defined(OS_WIN) || defined(OS_LINUX)) && !defined(NO_TCMALLOC)
+#if (defined(OS_WIN) || defined(OS_LINUX) || defined(OS_FREEBSD)) && !defined(NO_TCMALLOC)
#define USE_TCMALLOC 1
#endif