diff options
author | Sven Wegener <swegener@gentoo.org> | 2004-12-04 22:44:57 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2004-12-04 22:44:57 +0000 |
commit | 047656e1bdb168dbf7227f1cdbaa89590dc082e7 (patch) | |
tree | 0356be250760234e4c17631985a5c2beec066bb3 /net-irc/xchatosd/xchatosd-5.12.ebuild | |
parent | General version bumps for some more GNUstep apps (diff) | |
download | historical-047656e1bdb168dbf7227f1cdbaa89590dc082e7.tar.gz historical-047656e1bdb168dbf7227f1cdbaa89590dc082e7.tar.bz2 historical-047656e1bdb168dbf7227f1cdbaa89590dc082e7.zip |
Added a patch that fixes wrong return value checking. Closes bug #72481.
Diffstat (limited to 'net-irc/xchatosd/xchatosd-5.12.ebuild')
-rw-r--r-- | net-irc/xchatosd/xchatosd-5.12.ebuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net-irc/xchatosd/xchatosd-5.12.ebuild b/net-irc/xchatosd/xchatosd-5.12.ebuild index bd44d9af7bed..06dfa228fd2b 100644 --- a/net-irc/xchatosd/xchatosd-5.12.ebuild +++ b/net-irc/xchatosd/xchatosd-5.12.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.4 2004/10/01 01:14:58 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xchatosd/xchatosd-5.12.ebuild,v 1.5 2004/12/04 22:44:57 swegener Exp $ + +inherit eutils DESCRIPTION="On-Screen Display for XChat" HOMEPAGE="http://sourceforge.net/projects/xchatosd/" @@ -19,6 +21,8 @@ src_unpack() { unpack ${A} cd ${S} + epatch ${FILESDIR}/${PV}-return-values.patch + # We have our own include file in /usr/include/xchat einfo "Updating xchat-plugin.h from /usr/include/xchat/xchat-plugin.h" cp -f ${ROOT}/usr/include/xchat/xchat-plugin.h xchat-plugin.h |