On 2018/04/10 07:20, Antoine Jacoutot wrote:
> CVSROOT:      /cvs
> Module name:  ports
> Changes by:   ajacou...@cvs.openbsd.org       2018/04/10 07:20:18
>
> Modified files:
>       www/webkitgtk4 : Makefile distinfo
>
> Log message:
> Maintenance update to webkitgtk4-2.20.1.
>

I'm having some problems getting this built,

In file included from 
DerivedSources/ForwardingHeaders/JavaScriptCore/JSContextRef.h:29:
DerivedSources/ForwardingHeaders/JavaScriptCore/JSObjectRef.h:31:10: fatal 
error: 'JavaScriptCore/JSValueRef.h' file not found
#include <JavaScriptCore/JSValueRef.h>
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.

Any ideas how to add dependencies in cmake? I've tried things like this
in Source/JavaScriptCore/CMakeLists.txt but not getting anywhere.

WEBKIT_ADD_SOURCE_DEPENDENCIES(${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/JSObjectRef.h
 ${DERIVED_SOURCES_JAVASCRIPTCORE_DIR}/JSValueRef.h)

Reply via email to