From 1251dda294fd37e33997737f8ae0a5b1aab7bf67 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Sat, 21 Oct 2006 10:41:55 +0000 Subject: 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) --- net-irc/unrealircd/ChangeLog | 6 +++++- net-irc/unrealircd/unrealircd-3.2.5.ebuild | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'net-irc/unrealircd') 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 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 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() { -- cgit v1.2.3-65-gdbad