[eclipse] Fix the build

Kalev Lember kalev at fedoraproject.org
Tue Aug 26 21:42:34 UTC 2014


commit 74681a1ae0bf28bb53bed3f5d401220ce13266d5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Tue Aug 26 20:38:19 2014 +0200

    Fix the build

 eclipse-webkit2-support.patch |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-webkit2-support.patch b/eclipse-webkit2-support.patch
index f2ee28b..c4273c6 100644
--- a/eclipse-webkit2-support.patch
+++ b/eclipse-webkit2-support.patch
@@ -154,7 +154,7 @@ index 6bce587..fea2a5b 100644
 +
 +$(WEBKIT_EXTENSION): webkit_extension.o
 +	$(CC) -g -shared -Wl,-no-undefined,-soname,$(WEBKIT_EXTENSION) \
-+        `pkg-config --cflags --libs webkit2gtk-3.0` -o $(WEBKIT_EXTENSION) webkit_extension.o -lc
++        `pkg-config --cflags --libs webkit2gtk-4.0` -o $(WEBKIT_EXTENSION) webkit_extension.o -lc
 +
  #
  # GLX lib


More information about the scm-commits mailing list