summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-02-24 16:39:48 +0000
committerMarek Szuba <marecki@gentoo.org>2023-02-24 16:50:01 +0000
commita344d85fb00bc0a7faa8145463e124b802a4e648 (patch)
treee55ea431dedcb30defe0a9ebb0ab022ff979571a /net-misc/oidc-agent/files
parentapp-text/xiphos: migrate to net-libs/webkit-gtk:4.1 (diff)
downloadgentoo-a344d85fb00bc0a7faa8145463e124b802a4e648.tar.gz
gentoo-a344d85fb00bc0a7faa8145463e124b802a4e648.tar.bz2
gentoo-a344d85fb00bc0a7faa8145463e124b802a4e648.zip
net-misc/oidc-agent: migrate to net-libs/webkit-gtk:4.1
Builds and tests fine against this version. Closes: https://bugs.gentoo.org/893708 Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'net-misc/oidc-agent/files')
-rw-r--r--net-misc/oidc-agent/files/oidc-agent-4.5.0_webkit41.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-misc/oidc-agent/files/oidc-agent-4.5.0_webkit41.patch b/net-misc/oidc-agent/files/oidc-agent-4.5.0_webkit41.patch
new file mode 100644
index 000000000000..d445fafcb3c7
--- /dev/null
+++ b/net-misc/oidc-agent/files/oidc-agent-4.5.0_webkit41.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -179,7 +179,7 @@
+ CPPFLAGS += -fPIC
+ ifndef MAC_OS
+ ifndef ANY_MSYS
+-CPPFLAGS += $(shell pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.0) -lstdc++
++CPPFLAGS += $(shell pkg-config --cflags --libs gtk+-3.0 webkit2gtk-4.1) -lstdc++
+ endif
+ endif
+ ifndef MAC_OS