diff options
author | 2006-05-06 11:53:03 +0000 | |
---|---|---|
committer | 2006-05-06 11:53:03 +0000 | |
commit | b0ffdcfc97ee5286370930b37536c993a510cfc0 (patch) | |
tree | 12763fc217c172a67402959da5317271df739844 /net-misc | |
parent | Stable on ppc64; bug #132146 (diff) | |
download | historical-b0ffdcfc97ee5286370930b37536c993a510cfc0.tar.gz historical-b0ffdcfc97ee5286370930b37536c993a510cfc0.tar.bz2 historical-b0ffdcfc97ee5286370930b37536c993a510cfc0.zip |
use ilbc prefix for the ilbc patch, thanks to kallamej in irc
Package-Manager: portage-2.1_pre10-r2
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/linphone/Manifest | 14 | ||||
-rw-r--r-- | net-misc/linphone/linphone-1.3.5.ebuild | 10 |
2 files changed, 13 insertions, 11 deletions
diff --git a/net-misc/linphone/Manifest b/net-misc/linphone/Manifest index 80daa6ce45e7..382567828754 100644 --- a/net-misc/linphone/Manifest +++ b/net-misc/linphone/Manifest @@ -16,10 +16,10 @@ EBUILD linphone-1.1.0.ebuild 1667 RMD160 f54fb1ef90b17c7f71a612e8e353ea5b99dd95a MD5 810e47a5b7316d318b884037eb874345 linphone-1.1.0.ebuild 1667 RMD160 f54fb1ef90b17c7f71a612e8e353ea5b99dd95a7 linphone-1.1.0.ebuild 1667 SHA256 129f41fd76d92f9768c65cf298b3fe9ed84d8445b2fc85f66a620b35eb43ba1b linphone-1.1.0.ebuild 1667 -EBUILD linphone-1.3.5.ebuild 2530 RMD160 2a9167dd079a5bd8aa3064b15b259b43a2f74621 SHA1 c490575e2c6466cb70a6f5ebb1b6b7a0ec91f81f SHA256 ae7400aaac4662b533dd08160b5ff49d7b0da9e1e72fc2525955126d6f7f7f24 size 2530 -MD5 6d006752dc5025a89f638fb8b9040cc8 linphone-1.3.5.ebuild 2530 -RMD160 2a9167dd079a5bd8aa3064b15b259b43a2f74621 linphone-1.3.5.ebuild 2530 -SHA256 ae7400aaac4662b533dd08160b5ff49d7b0da9e1e72fc2525955126d6f7f7f24 linphone-1.3.5.ebuild 2530 +EBUILD linphone-1.3.5.ebuild 2556 RMD160 106feb4998c46b6bd1e60557cc55a9d22b84406c SHA1 50f99033fad345de1f3ce9e7b8d5aeb135fc4968 SHA256 4362c8a7c6d39a8a2c9f01fcf6bf881e4b16212f926bdb7abf3832c185910d61 size 2556 +MD5 8c521a3692a5854d8ae7eea78a7de973 linphone-1.3.5.ebuild 2556 +RMD160 106feb4998c46b6bd1e60557cc55a9d22b84406c linphone-1.3.5.ebuild 2556 +SHA256 4362c8a7c6d39a8a2c9f01fcf6bf881e4b16212f926bdb7abf3832c185910d61 linphone-1.3.5.ebuild 2556 MISC ChangeLog 4523 RMD160 c3cb7602d1cf65d921e7ddbb1a1856036451a8e5 SHA1 91cc3ae0830b494c787d25110f6d92c8e49ec4a3 SHA256 fe0c0a6e3af13276d11a911f2abc689862408850e7bc0dcc79d7423bea0dd427 size 4523 MD5 9088ecb7f5a0b28ecfd523dc92a0975c ChangeLog 4523 RMD160 c3cb7602d1cf65d921e7ddbb1a1856036451a8e5 ChangeLog 4523 @@ -37,7 +37,7 @@ SHA256 09ca241d72ecd62a45b030cf967a5e99dd7df67119ea0398102b6e3fc8bd926a files/di -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) -iD8DBQFEW8PENJowsmZ/PzARAtxiAJ9WDCcrurXGxz5her8XwlRVxaH/jACgxDie -nnruZUldXwlUT4lqhveKMrs= -=fAc4 +iD8DBQFEXI4xNJowsmZ/PzARAq7hAJ48KQpDfP4h/hKTCaXQGoRW5Xhi7QCfbYHG +UaTj4TVOc7OlNT0uF0EZ4g8= +=GhrS -----END PGP SIGNATURE----- diff --git a/net-misc/linphone/linphone-1.3.5.ebuild b/net-misc/linphone/linphone-1.3.5.ebuild index 0c4e07918bed..44d0dcf5905c 100644 --- a/net-misc/linphone/linphone-1.3.5.ebuild +++ b/net-misc/linphone/linphone-1.3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.1 2006/05/05 21:29:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/linphone/linphone-1.3.5.ebuild,v 1.2 2006/05/06 11:53:03 genstef Exp $ inherit eutils @@ -42,9 +42,11 @@ src_unpack() { # fix #99083 epatch ${FILESDIR}/${PN}-1.0.1-ipv6-include.diff - cd ${S_ILBC} - # add -fPIC and custom cflags to ilbc makefile - epatch ${FILESDIR}/ilbc-1.2.0-makefile.diff + if use ilbc; then + cd ${S_ILBC} + # add -fPIC and custom cflags to ilbc makefile + epatch ${FILESDIR}/ilbc-1.2.0-makefile.diff + fi } src_compile() { |