mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 19:13:27 -04:00
10 lines
527 B
Text
10 lines
527 B
Text
Index: Source/WebKit/gtk/webkit2gtk.pc.in
|
|
--- Source/WebKit/gtk/webkit2gtk.pc.in.orig
|
|
+++ Source/WebKit/gtk/webkit2gtk.pc.in
|
|
@@ -9,5 +9,5 @@ Description: Web content engine for GTK
|
|
URL: https://webkitgtk.org
|
|
Version: @PROJECT_VERSION@
|
|
Requires: glib-2.0 @GTK_PC_NAME@ libsoup-@SOUP_API_VERSION@ javascriptcoregtk-@WEBKITGTK_API_VERSION@
|
|
-Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@
|
|
+Libs: -L${libdir} -lwebkit2gtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded
|
|
Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@
|