diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-20 13:42:29 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-20 13:42:29 +0000 |
commit | e95bc2931ba15040a11f48143e7d62a37caf2b19 (patch) | |
tree | c8bcd27cd2fb6af37194c6f5b1d3128a61daf52c /net-libs/libosip | |
parent | removed crusty stuff (diff) | |
download | historical-e95bc2931ba15040a11f48143e7d62a37caf2b19.tar.gz historical-e95bc2931ba15040a11f48143e7d62a37caf2b19.tar.bz2 historical-e95bc2931ba15040a11f48143e7d62a37caf2b19.zip |
Removed pic nonsense
Diffstat (limited to 'net-libs/libosip')
-rw-r--r-- | net-libs/libosip/libosip-0.8.8.ebuild | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/net-libs/libosip/libosip-0.8.8.ebuild b/net-libs/libosip/libosip-0.8.8.ebuild index 57758eb7f9ab..df92dd4e5999 100644 --- a/net-libs/libosip/libosip-0.8.8.ebuild +++ b/net-libs/libosip/libosip-0.8.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8.ebuild,v 1.3 2003/02/13 06:03:43 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosip/libosip-0.8.8.ebuild,v 1.4 2003/03/20 13:42:29 seemant Exp $ DESCRIPTION="This is the oSIP library (for Open SIP). It has been designed to provide the Internet Community a simple way to support the Session Initiation Protocol. SIP is described in the RFC2543 which is available at http://www.ietf.org/rfc/rfc2543.txt." HOMEPAGE="http://www.linphone.org/?lang=us" @@ -8,23 +8,10 @@ SRC_URI="http://www.linphone.org/download/${P}.tar.gz" SLOT="1" LICENSE="LGPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" DEPEND="virtual/glibc" -src_compile() { - local myconf - - if use pic; then - myconf="${myconf} --with-pic"; - else - myconf="${myconf} --without-pic" - fi - - econf ${myconf} || die - emake || die -} - src_install () { einstall || die dodoc AUTHORS BUGS COPYING ChangeLog INSTALL NEWS README TODO |