summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Buchholz <rbu@gentoo.org>2008-05-12 18:23:10 +0000
committerRobert Buchholz <rbu@gentoo.org>2008-05-12 18:23:10 +0000
commit8fea404f41086e6bdf0622504ffd872fc7ea03a1 (patch)
treeb094901f9a1f7f47f0f5ad437714347a4cc5b26a /net-misc/aiccu/aiccu-2007.01.15.ebuild
parentSparc stable, Bug #214792, looks good. (diff)
downloadgentoo-2-8fea404f41086e6bdf0622504ffd872fc7ea03a1.tar.gz
gentoo-2-8fea404f41086e6bdf0622504ffd872fc7ea03a1.tar.bz2
gentoo-2-8fea404f41086e6bdf0622504ffd872fc7ea03a1.zip
Change the homepage, fix a compile error when using "--as-needed" LDFLAGS (bug #179581)
(Portage version: 2.1.5_rc4)
Diffstat (limited to 'net-misc/aiccu/aiccu-2007.01.15.ebuild')
-rw-r--r--net-misc/aiccu/aiccu-2007.01.15.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/net-misc/aiccu/aiccu-2007.01.15.ebuild b/net-misc/aiccu/aiccu-2007.01.15.ebuild
index 3b079157f488..08a0d46f8985 100644
--- a/net-misc/aiccu/aiccu-2007.01.15.ebuild
+++ b/net-misc/aiccu/aiccu-2007.01.15.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15.ebuild,v 1.5 2007/10/02 18:21:38 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/aiccu/aiccu-2007.01.15.ebuild,v 1.6 2008/05/12 18:23:10 rbu Exp $
inherit eutils
DESCRIPTION="AICCU Client to configure an IPv6 tunnel to SixXS"
-HOMEPAGE="http://www.sixxs.net/"
+HOMEPAGE="http://www.sixxs.net/tools/aiccu"
SRC_URI="http://www.sixxs.net/archive/sixxs/aiccu/unix/${PN}_${PV//\./}.tar.gz"
LICENSE="SixXS"
@@ -16,6 +16,13 @@ DEPEND="net-libs/gnutls
sys-apps/iproute2"
S=${WORKDIR}/aiccu
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+
+ epatch "${FILESDIR}/${P}-as-needed.patch"
+}
+
src_compile() {
cd ${S}
export RPM_OPT_FLAGS=${CFLAGS}