diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2006-04-03 17:23:15 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2006-04-03 17:23:15 +0000 |
commit | 8d4c11b2c328c03bcf7e391fa0c0d7ce3ee3ca8c (patch) | |
tree | f86145c0a1fc3ae68f38704f3b3de614b03f508c /net-misc/kiax | |
parent | New upstream version. (diff) | |
download | gentoo-2-8d4c11b2c328c03bcf7e391fa0c0d7ce3ee3ca8c.tar.gz gentoo-2-8d4c11b2c328c03bcf7e391fa0c0d7ce3ee3ca8c.tar.bz2 gentoo-2-8d4c11b2c328c03bcf7e391fa0c0d7ce3ee3ca8c.zip |
gcc4 patch, thanks to Patrizio Bassi <hetfield666@gmail.com>, Marcelo Goes <vanquirius@gentoo.org> and Mark Loeser <halcy0n@gentoo.org> in bug 123616
(Portage version: 2.1_pre7-r2)
Diffstat (limited to 'net-misc/kiax')
-rw-r--r-- | net-misc/kiax/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/kiax/files/kiax-0.8.4-gcc4.patch | 13 | ||||
-rw-r--r-- | net-misc/kiax/kiax-0.8.4.ebuild | 3 |
3 files changed, 21 insertions, 2 deletions
diff --git a/net-misc/kiax/ChangeLog b/net-misc/kiax/ChangeLog index fdae9cec81a9..c77d2414137a 100644 --- a/net-misc/kiax/ChangeLog +++ b/net-misc/kiax/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-misc/kiax # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/ChangeLog,v 1.5 2006/01/26 13:18:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/ChangeLog,v 1.6 2006/04/03 17:23:15 genstef Exp $ + + 03 Apr 2006; Stefan Schweizer <genstef@gentoo.org> + +files/kiax-0.8.4-gcc4.patch, kiax-0.8.4.ebuild: + gcc4 patch, thanks to Patrizio Bassi <hetfield666@gmail.com>, Marcelo Goes + <vanquirius@gentoo.org> and Mark Loeser <halcy0n@gentoo.org> in bug 123616 26 Jan 2006; Caleb Tennis <caleb@gentoo.org> +files/configure.patch, kiax-0.8.4.ebuild: diff --git a/net-misc/kiax/files/kiax-0.8.4-gcc4.patch b/net-misc/kiax/files/kiax-0.8.4-gcc4.patch new file mode 100644 index 000000000000..a96033571c13 --- /dev/null +++ b/net-misc/kiax/files/kiax-0.8.4-gcc4.patch @@ -0,0 +1,13 @@ +diff -ur kiax-0.8.4-orig/lib/iaxclient_lib.h kiax-0.8.4/lib/iaxclient_lib.h +--- kiax-0.8.4-orig/lib/iaxclient_lib.h 2006-04-02 20:06:42.000000000 -0400 ++++ kiax-0.8.4/lib/iaxclient_lib.h 2006-04-02 20:08:11.000000000 -0400 +@@ -199,8 +199,6 @@ + + extern double iaxc_silence_threshold; + extern int iaxc_audio_output_mode; +-extern iaxc_event_callback_t iaxc_event_callback; +-extern MUTEX iaxc_lock; + + /* post_event_callback */ + int post_event_callback(iaxc_event e); + diff --git a/net-misc/kiax/kiax-0.8.4.ebuild b/net-misc/kiax/kiax-0.8.4.ebuild index 2ce4c757e31d..0efc0b2fc9eb 100644 --- a/net-misc/kiax/kiax-0.8.4.ebuild +++ b/net-misc/kiax/kiax-0.8.4.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/kiax/kiax-0.8.4.ebuild,v 1.5 2006/01/26 13:18:20 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/kiax/kiax-0.8.4.ebuild,v 1.6 2006/04/03 17:23:15 genstef Exp $ inherit eutils kde-functions @@ -21,6 +21,7 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/${PN}-0.8.4-iaxwrapper.patch + epatch ${FILESDIR}/${P}-gcc4.patch epatch ${FILESDIR}/configure.patch # add prefix for make install |