summaryrefslogtreecommitdiff
path: root/www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in
diff options
context:
space:
mode:
authorVineet Kumar <git@vineetk.net>2026-06-15 14:54:51 -0400
committerVineet Kumar <git@vineetk.net>2026-06-15 14:54:51 -0400
commite81f04fa53e7e01afdc834d9c22b5c982c98f59b (patch)
tree763d6d68516ca9d184ddd2402978adcc4027a99d /www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in
parent92e45e47c29ec037842c4a34ebc0c14143d413ff (diff)
remove all ports to start from clean slateHEADmaster
This is due to the following two reasons: 1. it's very out of date compared with current ports tree (like by 2+ years!) - some of the ports here were mainly just updates I didn't upstream, which have since now been part of openbsd, like verilator 2. removing dependencies is a lot of headache to stay in sync and/or for ports I no longer use - e.g. dbus is very difficult to remove in a desktop while patching to remove from gtk and downstream - I don't want to spend more time reducing number of dependencies when I can be working instead. I no longer have as much free time as I did in high school :(
Diffstat (limited to 'www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in')
-rw-r--r--www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in10
1 files changed, 0 insertions, 10 deletions
diff --git a/www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in b/www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in
deleted file mode 100644
index 338d4b1..0000000
--- a/www/webkitgtk4/patches/patch-Source_WebKit_gtk_webkitgtk_pc_in
+++ /dev/null
@@ -1,10 +0,0 @@
1Index: Source/WebKit/gtk/webkitgtk.pc.in
2--- Source/WebKit/gtk/webkitgtk.pc.in.orig
3+++ Source/WebKit/gtk/webkitgtk.pc.in
4@@ -9,5 +9,5 @@ Description: Web content engine for GTK
5 URL: https://webkitgtk.org
6 Version: @PROJECT_VERSION@
7 Requires: glib-2.0 @GTK_PC_NAME@ libsoup-@SOUP_API_VERSION@ javascriptcoregtk-@WEBKITGTK_API_VERSION@
8-Libs: -L${libdir} -lwebkit@WEBKITGTK_API_INFIX@gtk-@WEBKITGTK_API_VERSION@
9+Libs: -L${libdir} -lwebkit@WEBKITGTK_API_INFIX@gtk-@WEBKITGTK_API_VERSION@ -Wl,-z,wxneeded -Wl,-z,nobtcfi
10 Cflags: -I${includedir}/webkitgtk-@WEBKITGTK_API_VERSION@