Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 17948 - rxvt - Compile all 3 scrollbar types instead of just one
Summary: rxvt - Compile all 3 scrollbar types instead of just one
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-21 12:58 UTC by Kurt Hindenburg
Modified: 2003-03-21 14:53 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 Kurt Hindenburg 2003-03-21 12:58:12 UTC
Currently, the rxvt ebuild compiles only the --rxvt-scroll.  It should compile
in all 3 scrollbar types and allow the user to pick which one to use when
running rxvt.

--- rxvt-2.7.8-r6.ebuild.old    2003-03-21 12:52:05.000000000 -0500
+++ /usr/portage/x11-terms/rxvt/rxvt-2.7.8-r6.ebuild    2003-03-21
12:52:45.000000000 -0500
@@ -33,6 +33,8 @@
                --prefix=/usr \
                --mandir=/usr/share/man \
                --enable-rxvt-scroll \
+               --enable-next-scroll \
+               --enable-xterm-scroll \
                --enable-transparency \
                --enable-xpm-background \
                --enable-utmp \
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2003-03-21 14:53:50 UTC
added to the ebuild.  thanks much.