A
Anonymous
Guest
Hi,
I know we can tune ports options with make config however with x11/rxvt-unicode for example, some ./configure options are missing.
On GNU/Linux, I use following options:
Do you know how could I add all those options? I add the idea to modify the Makefile, but I guess this is kinda dirty.
Thanks.
I know we can tune ports options with make config however with x11/rxvt-unicode for example, some ./configure options are missing.
On GNU/Linux, I use following options:
Code:
./configure \
--prefix=/usr \
--with-terminfo=/usr/share/terminfo \
--enable-256-color \
--enable-combining \
--enable-fading \
--enable-font-styles \
--enable-iso14755 \
--enable-keepscrolling \
--enable-lastlog \
--enable-mousewheel \
--enable-next-scroll \
--enable-perl \
--enable-pointer-blank \
--enable-rxvt-scroll \
--enable-selectionscrolling \
--enable-slipwheeling \
--enable-smart-resize \
--enable-unicode3 \
--enable-utmp \
--enable-wtmp \
--enable-xim \
--enable-xterm-scroll \
--disable-frills \
--disable-pixbuf \
--disable-startup-notification \
--disable-transparency \
--disable-xft
Thanks.