diff options
author | Lars Weiler <pylon@gentoo.org> | 2007-01-18 13:53:14 +0000 |
---|---|---|
committer | Lars Weiler <pylon@gentoo.org> | 2007-01-18 13:53:14 +0000 |
commit | c31b7a1b1c0db9d95ebeec159d530dc8632db364 (patch) | |
tree | d4709681cf7bafeccce73fb1319aaaae5f13797f /net-misc/strongswan | |
parent | Raise memory limit for ant to 512m, so other compilers than javac work. Fixes... (diff) | |
download | gentoo-2-c31b7a1b1c0db9d95ebeec159d530dc8632db364.tar.gz gentoo-2-c31b7a1b1c0db9d95ebeec159d530dc8632db364.tar.bz2 gentoo-2-c31b7a1b1c0db9d95ebeec159d530dc8632db364.zip |
Patched Makefile for successful test-phase.
(Portage version: 2.1.2_rc4-r9)
Diffstat (limited to 'net-misc/strongswan')
-rw-r--r-- | net-misc/strongswan/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/strongswan/strongswan-2.8.0.ebuild | 6 |
2 files changed, 9 insertions, 2 deletions
diff --git a/net-misc/strongswan/ChangeLog b/net-misc/strongswan/ChangeLog index cec98bc2127e..d1d63739d5b3 100644 --- a/net-misc/strongswan/ChangeLog +++ b/net-misc/strongswan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/strongswan # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.46 2007/01/18 12:40:55 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/ChangeLog,v 1.47 2007/01/18 13:53:14 pylon Exp $ + + 18 Jan 2007; Lars Weiler <pylon@gentoo.org> strongswan-2.8.0.ebuild: + Patched Makefile for successful test-phase. 18 Jan 2007; Lars Weiler <pylon@gentoo.org> strongswan-2.8.0.ebuild: Stable on ppc; bug #162649. diff --git a/net-misc/strongswan/strongswan-2.8.0.ebuild b/net-misc/strongswan/strongswan-2.8.0.ebuild index 25a469695498..52b79070689d 100644 --- a/net-misc/strongswan/strongswan-2.8.0.ebuild +++ b/net-misc/strongswan/strongswan-2.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.8.0.ebuild,v 1.4 2007/01/18 12:40:55 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/strongswan/strongswan-2.8.0.ebuild,v 1.5 2007/01/18 13:53:14 pylon Exp $ inherit eutils linux-info @@ -74,6 +74,10 @@ src_unpack() { sed -i -e 's:#\(PKCS11_DEFAULT_LIB=\\\"/usr/lib/opensc-pkcs11.so\\\"\):\1:g' Makefile.inc || die eend $? fi + + # patch broken check-rule + sed -i -e 's#check: uml#check: programs checkprograms#' Makefile + } src_compile() { |