diff options
author | Stefan Knoblich <stkn@gentoo.org> | 2005-10-02 18:23:00 +0000 |
---|---|---|
committer | Stefan Knoblich <stkn@gentoo.org> | 2005-10-02 18:23:00 +0000 |
commit | 9b90b1b620ccbf30799b8a79c40cdfd7f6706a9d (patch) | |
tree | fc9ca5e2509d06c94862c2eb5b5d075b2a812952 /net-misc/partysip/partysip-2.2.3.ebuild | |
parent | Re-adding the intltool DEPEND. Thanks to Sven Wegener. (diff) | |
download | gentoo-2-9b90b1b620ccbf30799b8a79c40cdfd7f6706a9d.tar.gz gentoo-2-9b90b1b620ccbf30799b8a79c40cdfd7f6706a9d.tar.bz2 gentoo-2-9b90b1b620ccbf30799b8a79c40cdfd7f6706a9d.zip |
Fix #107886 and remove --with-db=no.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'net-misc/partysip/partysip-2.2.3.ebuild')
-rw-r--r-- | net-misc/partysip/partysip-2.2.3.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/net-misc/partysip/partysip-2.2.3.ebuild b/net-misc/partysip/partysip-2.2.3.ebuild index 6f76ef9c2524..47bd594be1b8 100644 --- a/net-misc/partysip/partysip-2.2.3.ebuild +++ b/net-misc/partysip/partysip-2.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.2.3.ebuild,v 1.3 2005/10/02 18:00:09 stkn Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/partysip/partysip-2.2.3.ebuild,v 1.4 2005/10/02 18:23:00 stkn Exp $ IUSE="berkdb debug syslog" @@ -17,7 +17,6 @@ KEYWORDS="~ppc ~sparc ~x86" DEPEND="virtual/libc >=net-libs/libosip-2.2.1 berkdb? ( =sys-libs/db-3* )" -# gdbm? ( sys-libs/gdbm )" src_unpack() { unpack ${A} @@ -31,6 +30,10 @@ src_unpack() { # list of libresolv on amd64 epatch ${FILESDIR}/${P}-libresolv-check.diff + # remove unused check in auth plugin (#107886) + # breaks authentication otherwise + epatch ${FILESDIR}/${P}-fix_auth.diff + # put partysip binary into /usr/sbin sed -i -e "s:^bin_PROGRAMS:sbin_PROGRAMS:" \ src/Makefile.am tools/Makefile.am @@ -48,8 +51,8 @@ src_compile() { myconf="--with-db=susedb3" # elif use gdbm; then # myconf="--with-db=gdbm" - else - myconf="--with-db=no" +# else +# myconf="--with-db=no" fi econf \ |