mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
missing inter-dependency.
makes build reliable again. problem reported about 1 month ago to robert@ and dcoppa@, no reply at all, finally got fed up with it and fixed it myself.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-chrome_chrome_renderer_gypi,v 1.7 2014/01/01 18:03:57 espie Exp $
|
||||
--- chrome/chrome_renderer.gypi.orig.port Wed Jan 1 15:27:04 2014
|
||||
+++ chrome/chrome_renderer.gypi Wed Jan 1 15:30:08 2014
|
||||
@@ -33,6 +33,7 @@
|
||||
'../webkit/renderer/webkit_renderer.gyp:webkit_renderer',
|
||||
'../webkit/support/webkit_support.gyp:glue',
|
||||
'../webkit/webkit_resources.gyp:webkit_resources',
|
||||
+ '../chrome/common/extensions/api/api.gyp:api',
|
||||
],
|
||||
'include_dirs': [
|
||||
'..',
|
||||
Reference in New Issue
Block a user