summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeemant Kulleen <seemant@gentoo.org>2005-08-29 12:57:41 +0000
committerSeemant Kulleen <seemant@gentoo.org>2005-08-29 12:57:41 +0000
commit10fbb438aa876c07ae9a16a8e9ba39f5cf27f0f1 (patch)
treece0aa0e0da917cda08946a3864f82fce77241283 /www-client/links/links-2.1_pre18.ebuild
parentversion bump; Added inheritance of eutils for mysql-5.0.* ; Replaced shell fr... (diff)
downloadgentoo-2-10fbb438aa876c07ae9a16a8e9ba39f5cf27f0f1.tar.gz
gentoo-2-10fbb438aa876c07ae9a16a8e9ba39f5cf27f0f1.tar.bz2
gentoo-2-10fbb438aa876c07ae9a16a8e9ba39f5cf27f0f1.zip
fix for no javascript compile failure. Reported upstream with the patch that Az made in files/
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client/links/links-2.1_pre18.ebuild')
-rw-r--r--www-client/links/links-2.1_pre18.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/www-client/links/links-2.1_pre18.ebuild b/www-client/links/links-2.1_pre18.ebuild
index a2fcc6016d19..bfb4a4fc1ce9 100644
--- a/www-client/links/links-2.1_pre18.ebuild
+++ b/www-client/links/links-2.1_pre18.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre18.ebuild,v 1.1 2005/08/28 22:14:40 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/links/links-2.1_pre18.ebuild,v 1.2 2005/08/29 12:57:41 seemant Exp $
inherit eutils toolchain-funcs
@@ -70,6 +70,8 @@ src_unpack (){
export LANG=C
cd ${S}/intl && ./gen-intl && cd .. || die "gen-intl filed"
fi
+
+ epatch ${FILESDIR}/links-2.1pre18-no-javascript-fix.patch
}
src_compile (){