This commit is contained in:
Mario Fetka
2022-11-24 21:26:54 +01:00
parent 0291061673
commit 73157b18a6
22 changed files with 506 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ SRC_URI="http://ftp.disconnected-by-peer.at/prozilla/${P}.tar.bz2
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ~arm ~ppc sparc x86"
IUSE="static nls pic"
IUSE="static nls"
RDEPEND="virtual/libc
>=sys-libs/ncurses-5.2"
@@ -21,14 +21,14 @@ DEPEND="${RDEPEND}
>=sys-apps/sed-4"
src_prepare() {
eapply_user
eautoreconf
}
src_configure() {
econf --enable-shared \
LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)" econf --enable-shared --with-pic \
$(use_enable static) \
$(use_enable nls) \
$(use_with pic)
$(use_enable nls)
}
src_install() {