[arch-commits] Commit in w3m/trunk (PKGBUILD)

Gaetan Bisson bisson at archlinux.org
Sat Apr 18 04:35:24 UTC 2015


    Date: Saturday, April 18, 2015 @ 06:35:24
  Author: bisson
Revision: 237375

fix FS#44613 again

Modified:
  w3m/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-18 03:57:44 UTC (rev 237374)
+++ PKGBUILD	2015-04-18 04:35:24 UTC (rev 237375)
@@ -4,7 +4,7 @@
 
 pkgname=w3m
 pkgver=0.5.3
-pkgrel=6
+pkgrel=7
 pkgdesc='Text-based Web browser, as well as pager'
 url='http://w3m.sourceforge.net/'
 license=('custom')
@@ -30,10 +30,11 @@
 
 build() {
 	cd "${srcdir}/${pkgname}-${pkgver}"
+	export LIBS="-lX11"
 	./configure \
 		--prefix=/usr \
 		--libexecdir=/usr/lib \
-		--enable-image=X11,fb \
+		--enable-image=x11,fb \
 		--with-imagelib=imlib2 \
 		--with-termlib=ncurses \
 		--disable-w3mmailer \



More information about the arch-commits mailing list