mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
Fix the crash when closing the history/settings tab [1] Submitted by: John Carr <jfc@mit.edu> via freebsd-chromium [1] Security: http://vuxml.org/freebsd/9dd47fa3-9d53-11e3-b20f-00262d5ed8ee.html [0]
14 lines
441 B
Text
14 lines
441 B
Text
--- build/gyp_chromium.orig 2014-02-20 21:28:44.000000000 +0100
|
|
+++ build/gyp_chromium 2014-02-24 17:26:04.000000000 +0100
|
|
@@ -245,8 +245,8 @@
|
|
|
|
supplemental_includes = GetSupplementalFiles()
|
|
|
|
- if not RunGN(supplemental_includes):
|
|
- sys.exit(1)
|
|
+ #TODO port GN to FreeBSD
|
|
+ #if not RunGN(supplemental_includes):
|
|
+ # sys.exit(1)
|
|
|
|
args.extend(
|
|
['-I' + i for i in additional_include_files(supplemental_includes, args)])
|