parlay

yet another gentoo overlay
git clone https://git.parazyd.org/parlay
Log | Files | Refs | README

commit dd288d66bb61629f008fec8d614a3182750cc465
parent 53b297848533d8bce4d434dcc6b0cc70dd4cbf7d
Author: parazyd <parazyd@dyne.org>
Date:   Sun, 15 Nov 2020 10:57:28 +0100

www-client/surf: Fix 9999 patch.

Diffstat:
Mwww-client/surf/files/surf-9999-gentoo.patch | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www-client/surf/files/surf-9999-gentoo.patch b/www-client/surf/files/surf-9999-gentoo.patch @@ -1,5 +1,5 @@ diff --git a/config.mk b/config.mk -index f1910bf..fd1ebdb 100644 +index f1910bf..55d7066 100644 --- a/config.mk +++ b/config.mk @@ -4,18 +4,18 @@ VERSION = 2.0 @@ -14,8 +14,8 @@ index f1910bf..fd1ebdb 100644 -X11INC = `pkg-config --cflags x11` -X11LIB = `pkg-config --libs x11` -+X11INC = "$(shell $(PKG_CONFIG) --cflags x11)" -+X11LIB = "$(shell $(PKG_CONFIG) --libs x11)" ++X11INC = $(shell $(PKG_CONFIG) --cflags x11) ++X11LIB = $(shell $(PKG_CONFIG) --libs x11) -GTKINC = `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.0` -GTKLIB = `pkg-config --libs gtk+-3.0 gcr-3 webkit2gtk-4.0`