twww-client/surf: Fix 9999 patch. - parlay - yet another gentoo overlay
 (HTM) git clone https://git.parazyd.org/parlay
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit dd288d66bb61629f008fec8d614a3182750cc465
 (DIR) parent 53b297848533d8bce4d434dcc6b0cc70dd4cbf7d
 (HTM) Author: parazyd <parazyd@dyne.org>
       Date:   Sun, 15 Nov 2020 10:57:28 +0100
       
       www-client/surf: Fix 9999 patch.
       
       Diffstat:
         M www-client/surf/files/surf-9999-ge… |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/www-client/surf/files/surf-9999-gentoo.patch b/www-client/surf/files/surf-9999-gentoo.patch
       t@@ -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
       t@@ -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`