diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-13 10:57:26 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-02-13 10:57:26 +0000 |
commit | f01ba9b754fba1c631c90b1b44e2ae2e7ab72684 (patch) | |
tree | ca26eeeb8356d9e0d0349ad8785336e74138b6cc /net-libs/ccrtp/ccrtp-1.7.0.ebuild | |
parent | Replaced zipcode tarball. Fixed dependency. Fixed gtk.immodules, bug 366889. (diff) | |
download | gentoo-2-f01ba9b754fba1c631c90b1b44e2ae2e7ab72684.tar.gz gentoo-2-f01ba9b754fba1c631c90b1b44e2ae2e7ab72684.tar.bz2 gentoo-2-f01ba9b754fba1c631c90b1b44e2ae2e7ab72684.zip |
Fix gcc-4.6 build in older version too, bug #421539.
(Portage version: 2.1.11.50/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/ccrtp/ccrtp-1.7.0.ebuild')
-rw-r--r-- | net-libs/ccrtp/ccrtp-1.7.0.ebuild | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/ccrtp/ccrtp-1.7.0.ebuild b/net-libs/ccrtp/ccrtp-1.7.0.ebuild index 0c623c2756e8..6a277790b620 100644 --- a/net-libs/ccrtp/ccrtp-1.7.0.ebuild +++ b/net-libs/ccrtp/ccrtp-1.7.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v 1.3 2012/05/05 02:54:23 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-1.7.0.ebuild,v 1.4 2013/02/13 10:57:26 chithanh Exp $ -inherit multilib +inherit base multilib DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport protocol from the IETF" HOMEPAGE="http://www.gnu.org/software/ccrtp/" @@ -19,6 +19,10 @@ DEPEND="${RDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen )" +PATCHES=( + "${FILESDIR}"/${P}-cstddef.patch +) + src_install() { emake DESTDIR="${D}" install || die dodoc README ChangeLog AUTHORS NEWS TODO |