From 6f4329386d9bd1a1c2fc2f1f7db431f5b4fedad7 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 16 Feb 2014 09:18:57 +0100 Subject: [PATCH] w3m: force linkage to libX11 to unbreak build. --- srcpkgs/w3m/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/w3m/template b/srcpkgs/w3m/template index 2d2faec9d5e..1a910b39271 100644 --- a/srcpkgs/w3m/template +++ b/srcpkgs/w3m/template @@ -17,6 +17,8 @@ checksum=e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3 disable_parallel_build=yes +LDFLAGS="-lX11" + pre_build() { # build host mktable if [ "$CROSS_BUILD" ]; then