summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Januszewski <spock@gentoo.org>2007-01-13 15:04:38 +0000
committerMichael Januszewski <spock@gentoo.org>2007-01-13 15:04:38 +0000
commit95852e9996716829561c0cc17b1f7454582cc871 (patch)
tree416458405d891ed46171647d16351f5dadde14fd /www-client/elinks/elinks-0.11.1.ebuild
parentnew local use flags (diff)
downloadgentoo-2-95852e9996716829561c0cc17b1f7454582cc871.tar.gz
gentoo-2-95852e9996716829561c0cc17b1f7454582cc871.tar.bz2
gentoo-2-95852e9996716829561c0cc17b1f7454582cc871.zip
Enable support for 88-color terminals (bug #161037).
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'www-client/elinks/elinks-0.11.1.ebuild')
-rw-r--r--www-client/elinks/elinks-0.11.1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/elinks/elinks-0.11.1.ebuild b/www-client/elinks/elinks-0.11.1.ebuild
index fdf39c2199d9..3a7b38003808 100644
--- a/www-client/elinks/elinks-0.11.1.ebuild
+++ b/www-client/elinks/elinks-0.11.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.1.ebuild,v 1.13 2007/01/10 17:36:10 hkbst Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/elinks/elinks-0.11.1.ebuild,v 1.14 2007/01/13 15:04:38 spock Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="1.4"
@@ -73,6 +73,7 @@ src_compile() {
econf \
--sysconfdir=/etc/elinks \
--enable-leds \
+ --enable-88-colors \
--enable-256-colors \
--enable-html-highlight \
$(use_with gpm) \