about summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-05-26 00:54:54 +0200
committerGitHub <noreply@github.com>2019-05-26 00:54:54 +0200
commit6f19a3c131332f4b4b0414a5441452d1a25a40a6 (patch)
tree14a8c37a9944bc88ca2906d8266fb8088c566d91 /pkgs/applications/networking
parent0f3a78bc661d1e77cae19633528d650e18a60394 (diff)
parent3cad8fba2958981307f94b865c2b970b95e10789 (diff)
downloadnixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.tar
nixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.tar.gz
nixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.tar.bz2
nixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.tar.lz
nixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.tar.xz
nixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.tar.zst
nixlib-6f19a3c131332f4b4b0414a5441452d1a25a40a6.zip
Merge pull request #62041 from Ma27/fix-w3m-nox
w3m-nox: fix build
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/w3m/no-x11.patch5
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgs/applications/networking/browsers/w3m/no-x11.patch b/pkgs/applications/networking/browsers/w3m/no-x11.patch
index 83b3e96821f5..0816c022926d 100644
--- a/pkgs/applications/networking/browsers/w3m/no-x11.patch
+++ b/pkgs/applications/networking/browsers/w3m/no-x11.patch
@@ -1,14 +1,13 @@
 Forget about X11 in fb module.
 This breaks w3mimgdisplay under X11, but removes X11 dependency it in pure fb.
 diff --git a/w3mimg/fb/fb_imlib2.c b/w3mimg/fb/fb_imlib2.c
-index ea36637..d3d7bc3 100644
+index 1a5151c..d3d7bc3 100644
 --- a/w3mimg/fb/fb_imlib2.c
 +++ b/w3mimg/fb/fb_imlib2.c
-@@ -3,7 +3,7 @@
+@@ -3,6 +3,7 @@
                  fb_imlib2.c 0.3 Copyright (C) 2002, hito
   **************************************************************************/
  
--#include <X11/Xlib.h>
 +#define X_DISPLAY_MISSING
  #include <Imlib2.h>
  #include "fb.h"