diff options
author | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-21 10:41:55 +0000 |
---|---|---|
committer | Timothy Redaelli <drizzt@gentoo.org> | 2006-10-21 10:41:55 +0000 |
commit | 1251dda294fd37e33997737f8ae0a5b1aab7bf67 (patch) | |
tree | 04977f907f5deb0647b38cf0b41ce33cf0c17d91 /net-irc/unrealircd | |
parent | Stable for HPPA, tx to LuckyLuke. (diff) | |
download | gentoo-2-1251dda294fd37e33997737f8ae0a5b1aab7bf67.tar.gz gentoo-2-1251dda294fd37e33997737f8ae0a5b1aab7bf67.tar.bz2 gentoo-2-1251dda294fd37e33997737f8ae0a5b1aab7bf67.zip |
Applied patch for bug 152212 to make it compile on g/fbsd (authorized by Markus Ullmann)
Added ~x86-fbsd keyword
(Portage version: 2.1.2_pre2-r2)
Diffstat (limited to 'net-irc/unrealircd')
-rw-r--r-- | net-irc/unrealircd/ChangeLog | 6 | ||||
-rw-r--r-- | net-irc/unrealircd/unrealircd-3.2.5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog index 77e9ae829e15..0e25eca1ffe7 100644 --- a/net-irc/unrealircd/ChangeLog +++ b/net-irc/unrealircd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-irc/unrealircd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.45 2006/10/20 20:15:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.46 2006/10/21 10:41:55 drizzt Exp $ + + 21 Oct 2006; Timothy Redaelli <drizzt@gentoo.org> unrealircd-3.2.5.ebuild: + Applied patch for bug 152212 to make it compile on g/fbsd (authorized by + Markus Ullmann) Added ~x86-fbsd keyword 20 Oct 2006; Gustavo Zacarias <gustavoz@gentoo.org> unrealircd-3.2.5.ebuild: diff --git a/net-irc/unrealircd/unrealircd-3.2.5.ebuild b/net-irc/unrealircd/unrealircd-3.2.5.ebuild index fc73d89221a8..46aa1d875d4a 100644 --- a/net-irc/unrealircd/unrealircd-3.2.5.ebuild +++ b/net-irc/unrealircd/unrealircd-3.2.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-irc/unrealircd/unrealircd-3.2.5.ebuild,v 1.2 2006/10/20 20:15:10 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.5.ebuild,v 1.3 2006/10/21 10:41:55 drizzt Exp $ inherit eutils ssl-cert versionator multilib @@ -14,7 +14,7 @@ SRC_URI="http://unrealircd.funny4chat.de/downloads/${MY_P}.tar.gz SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ppc sparc x86" +KEYWORDS="~amd64 ppc sparc x86 ~x86-fbsd" IUSE="hub ipv6 ssl zlib curl" RDEPEND="ssl? ( dev-libs/openssl ) @@ -77,7 +77,7 @@ src_compile() { include/setup.h \ ircdcron/ircdchk - emake IRCDDIR=/etc/unrealircd || die "emake failed" + emake MAKE=make IRCDDIR=/etc/unrealircd || die "emake failed" } src_install() { |