diff options
Diffstat (limited to 'www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in')
-rw-r--r-- | www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in b/www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in new file mode 100644 index 000000000..1d41c7c8d --- /dev/null +++ b/www/webkit-gtk3/files/patch-WebKit_gtk_webkit.pc.in @@ -0,0 +1,8 @@ +--- WebKit/gtk/webkit.pc.in.orig 2009-05-13 20:55:10.000000000 +0800 ++++ WebKit/gtk/webkit.pc.in 2009-05-19 15:09:51.000000000 +0800 +@@ -8,4 +8,4 @@ Description: Web content engine for GTK+ + Version: @VERSION@ + Requires: glib-2.0 gtk+-2.0 libsoup-2.4 + Libs: -L${libdir} -lwebkit-1.0 +-Cflags: -I${includedir}/webkit-1.0 ++Cflags: -I${includedir}/webkit-1.0 -I${includedir}/webkit-1.0/webkit |