Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417635 - >=x11-libs/libXaw3d-1.6: re-enable scrollbars with arrows etc.
Summary: >=x11-libs/libXaw3d-1.6: re-enable scrollbars with arrows etc.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-26 13:10 UTC by Clemens Noss
Modified: 2012-05-27 18:01 UTC (History)
0 users

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 Clemens Noss 2012-05-26 13:10:47 UTC
Xaw3d-1.5 had these enabled via a sed line that uncommented EXTRA_DEFINES.

In -1.6, this is replaced by the configure options
--enable-arrow-scrollbars
--enable-gray-stipples

You might also consider --enable-multiplane-bitmaps, which introduces a dependency. See ./configure --help and configure.ac


Reproducible: Always




A workaround for users: (might require portage 2.2)

Create /etc/portage/env/xaw3d.conf with
EXTRA_ECONF="--enable-arrow-scrollbars --enable-gray-stipples"

Create /etc/portage/package.env with
>=x11-libs/libXaw3d-1.6 xaw3d.conf

then recompile.
Comment 1 Matt Turner gentoo-dev 2012-05-27 18:01:02 UTC
Thanks! Done.

I didn't add --enable-multiplane-bitmaps since it adds a dependency and 1.6.2 is already marked stable on some architectures.