mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +00:00
Builds and tests fine against this version. Closes: https://bugs.gentoo.org/893708 Signed-off-by: Marek Szuba <marecki@gentoo.org>
11 lines
294 B
Diff
11 lines
294 B
Diff
--- 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
|