--- ncurses-5.3-r1.ebuild.orig 2003-03-28 17:45:30.000000000 +0100 +++ ncurses-5.3-r1.ebuild 2003-05-22 15:09:32.000000000 +0200 @@ -18,6 +18,11 @@ DEPEND="virtual/glibc" +src_unpack() { + unpack ${A} + epatch ${FILESDIR}/ncurses-5.3-xterm.patch +} + src_compile() { [ -z "${DEBUGBUILD}" ] && myconf="${myconf} --without-debug" @@ -54,10 +59,10 @@ # bug #4411 gen_usr_ldscript libncurses.so - # With this fix, the default xterm has color as it should - cd ${D}/usr/share/terminfo/x - mv xterm xterm.orig - dosym xterm-color /usr/share/terminfo/x/xterm + ## With this fix, the default xterm has color as it should + #cd ${D}/usr/share/terminfo/x + #mv xterm xterm.orig + #dosym xterm-color /usr/share/terminfo/x/xterm if [ -n "`use build`" ] then