Author: alexander
Date: 2005-09-24 07:18:12 -0600 (Sat, 24 Sep 2005)
New Revision: 747

Modified:
   x86/branches/utf8-newmake/Makefile
   x86/branches/utf8-newmake/packages/w3m/Makefile
Log:
Enabled mouse on Linux console in w3m


Modified: x86/branches/utf8-newmake/Makefile
===================================================================
--- x86/branches/utf8-newmake/Makefile  2005-09-24 10:19:44 UTC (rev 746)
+++ x86/branches/utf8-newmake/Makefile  2005-09-24 13:18:12 UTC (rev 747)
@@ -209,7 +209,7 @@
        ch-screen ch-pkgconfig ch-libidn ch-curl ch-zip ch-unzip ch-lynx 
ch-libxml2 ch-expat \
        ch-subversion ch-dialog ch-lfs-bootscripts ch-docbook-xml ch-libxslt \
        ch-docbook-xsl ch-html_tidy ch-LFS-BOOK ch-libpng ch-freetype \
-       ch-fontconfig ch-Xorg ch-inputattach ch-freefont stop-here 
ch-fonts-dejavu \
+       ch-fontconfig ch-Xorg ch-inputattach ch-freefont ch-fonts-dejavu \
        ch-fonts-kochi ch-fonts-arphic update-fontsdir ch-libjpeg ch-libtiff 
ch-openssh \
        ch-glib2 ch-libungif ch-imlib ch-imlib2 ch-gc ch-w3m stop-here ch-pango 
ch-atk ch-gtk2 \
        ch-cvs ch-popt ch-samba ch-libIDL ch-firefox ch-thunderbird \

Modified: x86/branches/utf8-newmake/packages/w3m/Makefile
===================================================================
--- x86/branches/utf8-newmake/packages/w3m/Makefile     2005-09-24 10:19:44 UTC 
(rev 746)
+++ x86/branches/utf8-newmake/packages/w3m/Makefile     2005-09-24 13:18:12 UTC 
(rev 747)
@@ -8,6 +8,9 @@
 URL-$(FILE)= http://heanet.dl.sourceforge.net/sourceforge/$(NM)/$(FILE)
 SHA-$(FILE)= 7da299648c236772bcde9b0e92e23346c8af0aca
 
+PATCH1= $(DIR)-gpm_fix-1.patch
+URL-$(PATCH1)= http://www.linuxfromscratch.org/~alexander/patches/$(PATCH1)
+SHA-$(PATCH1)= 3480a66f8bcdb1d97d082f5c8a9ef7892914c9f1
 # Targets
 
 include $(ROOT)/scripts/functions
@@ -16,11 +19,12 @@
        chroot "$(MP)" $(chenv-blfs) \
        'cd $(ROOT) && make ch-$(NM) $(chbash-post-bash)'
 
-stage2: Makefile $(FILE)
+stage2: Makefile $(FILE) $(PATCH1)
        $(std_build)
 
 compile-stage2:
-       sed -i 's,Gpm_Open,Gpm_Wgetch,g' configure
+       patch -Np1 -i ../$(PATCH1)
+       autoconf
        ./configure --prefix=/usr --libexecdir=/usr/lib --sysconfdir=/etc \
             --enable-image --with-mailer=/usr/bin/mutt \
             --with-browser=/usr/bin/firefox

-- 
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to