|
|
rpm_src_unpack | rpm_src_unpack |
cd "${S}" | cd "${S}" |
| |
# bug 73850 |
|
if use elibc_uclibc; then |
|
sed -i -e 's:-lslang:-lslang -lncurses:g' ${S}/Makefile.in |
|
fi |
|
|
|
epatch "${FILESDIR}"/${P}-scrollbars.patch | epatch "${FILESDIR}"/${P}-scrollbars.patch |
epatch "${FILESDIR}"/${P}-pgupdown-crash.patch | epatch "${FILESDIR}"/${P}-pgupdown-crash.patch |
epatch "${FILESDIR}"/${P}-screensize.patch | epatch "${FILESDIR}"/${P}-screensize.patch |
|
|
if ! use tcl; then | if ! use tcl; then |
epatch "${FILESDIR}"/${P}-notcl.patch | epatch "${FILESDIR}"/${P}-notcl.patch |
fi | fi |
|
|
|
# bug 73850 |
|
if use elibc_uclibc; then |
|
sed -i -e 's:-lslang:-lslang -lncurses:g' ${S}/Makefile.in |
|
fi |
} | } |
| |
src_compile() { | src_compile() { |