First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 9272
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Michael M Nazaroff (RETIRED) <naz@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Scott Beck <sbeck@gossamer-threads.com>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 9272 depends on: Show dependency tree
Bug 9272 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2002-10-17 16:35 0000
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 From Maurizio Disimino 2002-10-18 07:26:56 0000 -------
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 From Michael M Nazaroff (RETIRED) 2002-10-24 10:39:27 0000 -------
Fixed and commited

First Last Prev Next    No search results available      Search page      Enter new bug