Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 9272 - links2 svga broken
Summary: links2 svga broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Michael M Nazaroff (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-10-17 16:35 UTC by Scott Beck
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Beck 2002-10-17 16:35:27 UTC
Inside /usr/portage/net-www/links/links-2.1_pre3.ebuild the svga
support is a little broken, There is a statement:
    use svga \
        && myconf="${myconf} --with-svgalib" \
        || myconf="${myconf} --without-svgalib"


This should be:
    use svga \
        && myconf="${myconf} --enable-graphics --with-svgalib" \
        || myconf="${myconf} --without-svgalib"

like with X and framebuffer support. I found this when I tried to build
links without X or framebuffer support but with svga support.

Cheers,

Scott
Comment 1 Maurizio Disimino 2002-10-18 07:26:56 UTC
Let's remember that --enable-graphics requires libpng to be installed.
So, just like the X and fbcon useflags we've to merge libpng for USE="svga", too.

Maurizio
Comment 2 Michael M Nazaroff (RETIRED) gentoo-dev 2002-10-24 10:39:27 UTC
Fixed and commited