Bump
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user