summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-09-30 09:55:08 +0000
committerJustin Lecher <jlec@gentoo.org>2010-09-30 09:55:08 +0000
commit8ef4aebea7bb31b95ba44f949af9c42fc87d3a23 (patch)
tree4bdaa6b9704cf84d919e5a53e6f1851c99e315a8 /app-editors/nedit
parentamd64 stable wrt #338654 (diff)
downloadgentoo-2-8ef4aebea7bb31b95ba44f949af9c42fc87d3a23.tar.gz
gentoo-2-8ef4aebea7bb31b95ba44f949af9c42fc87d3a23.tar.bz2
gentoo-2-8ef4aebea7bb31b95ba44f949af9c42fc87d3a23.zip
Probably necessary fix for PREFIX
(Portage version: 2.2_rc88/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/nedit')
-rw-r--r--app-editors/nedit/ChangeLog7
-rw-r--r--app-editors/nedit/nedit-5.5_p20090914.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/app-editors/nedit/ChangeLog b/app-editors/nedit/ChangeLog
index 966bd8c175d7..3c89aa0cb2cb 100644
--- a/app-editors/nedit/ChangeLog
+++ b/app-editors/nedit/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/nedit
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.57 2009/10/30 19:07:13 grobian Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/ChangeLog,v 1.58 2010/09/30 09:55:08 jlec Exp $
+
+ 30 Sep 2010; Justin Lecher <jlec@gentoo.org> nedit-5.5_p20090914.ebuild:
+ Probably necessary fix for PREFIX
30 Oct 2009; Fabian Groffen <grobian@gentoo.org>
nedit-5.5_p20090914.ebuild:
diff --git a/app-editors/nedit/nedit-5.5_p20090914.ebuild b/app-editors/nedit/nedit-5.5_p20090914.ebuild
index 40e52a0481b5..b0814489974f 100644
--- a/app-editors/nedit/nedit-5.5_p20090914.ebuild
+++ b/app-editors/nedit/nedit-5.5_p20090914.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.3 2009/10/30 19:07:13 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nedit/nedit-5.5_p20090914.ebuild,v 1.4 2010/09/30 09:55:08 jlec Exp $
EAPI=2
@@ -28,6 +28,9 @@ S="${WORKDIR}/${PN}"
src_prepare() {
#respecting LDFLAGS, bug #208189
epatch "${FILESDIR}"/${P}-ldflags.patch
+ sed \
+ -e "s:/bin:${EPREFIX}/bin:g" \
+ -i Makefile source/preferences.c source/help_data.h source/nedit.c Xlt/Makefile || die
}
src_configure() {