From a344d85fb00bc0a7faa8145463e124b802a4e648 Mon Sep 17 00:00:00 2001 From: Marek Szuba Date: Fri, 24 Feb 2023 16:39:48 +0000 Subject: 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 --- net-misc/oidc-agent/files/oidc-agent-4.5.0_webkit41.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net-misc/oidc-agent/files/oidc-agent-4.5.0_webkit41.patch (limited to 'net-misc/oidc-agent/files') 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 -- cgit v1.2.3-65-gdbad