$OpenBSD: patch-qtwebkit_Source_WebCore_Target_pri,v 1.2 2015/04/19 13:18:28 zhuk Exp $
Unbreak compilation.
--- qtwebkit/Source/WebCore/Target.pri.ports.orig	Tue Feb 17 07:57:09 2015
+++ qtwebkit/Source/WebCore/Target.pri	Wed Apr  8 00:38:31 2015
@@ -4280,6 +4280,12 @@ win32:!mingw:contains(QMAKE_HOST.arch, x86_64):{
    }
 }
 
+openbsd: {
+    INCLUDEPATH += $(LOCALBASE)/include/libsoup-2.4
+    INCLUDEPATH += $(LOCALBASE)/include/harfbuzz
+    INCLUDEPATH += $(X11BASE)/include/freetype2
+}
+
 contains(CONFIG, opengl-shims) {
     HEADERS += platform/graphics/OpenGLShims.h
     SOURCES += platform/graphics/OpenGLShims.cpp
