diff options
author | Michael Nazaroff <naz@gentoo.org> | 2002-10-24 15:37:30 +0000 |
---|---|---|
committer | Michael Nazaroff <naz@gentoo.org> | 2002-10-24 15:37:30 +0000 |
commit | 9b35239e565f121080e66eb7dcd2eb7464f6778b (patch) | |
tree | ce8d25c0bc4011f046f21534c85ab859f7d5237d /net-www/links | |
parent | helps to commit the actual fix :) (diff) | |
download | gentoo-2-9b35239e565f121080e66eb7dcd2eb7464f6778b.tar.gz gentoo-2-9b35239e565f121080e66eb7dcd2eb7464f6778b.tar.bz2 gentoo-2-9b35239e565f121080e66eb7dcd2eb7464f6778b.zip |
Fix for bug #9272 in links2 svga support
Diffstat (limited to 'net-www/links')
-rw-r--r-- | net-www/links/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog index bc97b3c0efde..418babca0c69 100644 --- a/net-www/links/ChangeLog +++ b/net-www/links/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for net-www/links # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.15 2002/10/01 03:45:00 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.16 2002/10/24 15:37:30 naz Exp $ *links-2.1_pre3 (30 Sep 2002) @@ -11,6 +11,11 @@ mode, they must now enable the suid bit themselves. Closes bug #8556 by vapier@gentoo.org + 24 Oct 2002; Michael Nazaroff <naz@gentoo.org> links-2.1_pre3.ebuild + + Added a fix for bug #9272, Thanks goes to Scott Beck for noticing the problem + and fixing it. + *links-2.1_pre2 (11 Sep 2002) 11 Sep 2002; Seemant Kulleen <seemant@gentoo.org> links-2.1_pre2-r2.ebuild diff --git a/net-www/links/links-2.1_pre3.ebuild b/net-www/links/links-2.1_pre3.ebuild index c742b90b239e..26f41d608296 100644 --- a/net-www/links/links-2.1_pre3.ebuild +++ b/net-www/links/links-2.1_pre3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre3.ebuild,v 1.2 2002/10/05 05:39:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre3.ebuild,v 1.3 2002/10/24 15:37:30 naz Exp $ IUSE="ssl java png X gpm tiff fbcon svga jpeg" @@ -27,7 +27,7 @@ DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c ) png? ( >=media-libs/libpng-1.2.1 ) jpeg? ( >=media-libs/jpeg-6b ) tiff? ( >=media-libs/tiff-3.5.7 ) - svga? ( >=media-libs/svgalib-1.4.3 ) + svga? ( >=media-libs/svgalib-1.4.3 >=media-libs/libpng-1.2.1 ) X? ( virtual/x11 >=media-libs/libpng-1.2.1 ) fbcon? ( >=media-libs/libpng-1.2.1 )" @@ -55,7 +55,7 @@ src_compile (){ || myconf="${myconf} --without-libtiff" use svga \ - && myconf="${myconf} --with-svgalib" \ + && myconf="${myconf} --enable-graphics --with-svgalib" \ || myconf="${myconf} --without-svgalib" use fbcon \ |