diff options
author | Fabian Groffen <grobian@gentoo.org> | 2007-09-17 09:32:55 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2007-09-17 09:32:55 +0000 |
commit | 2be1a98af2e5dab91b00a65f2b73767d23f5ed02 (patch) | |
tree | 3defc940575496f4e6b134a0d49691a0131049c1 /x11-wm | |
parent | stable x86, bug 192748 (diff) | |
download | gentoo-2-2be1a98af2e5dab91b00a65f2b73767d23f5ed02.tar.gz gentoo-2-2be1a98af2e5dab91b00a65f2b73767d23f5ed02.tar.bz2 gentoo-2-2be1a98af2e5dab91b00a65f2b73767d23f5ed02.zip |
Take egnustep_env out of the loop so that we don't get a rediculously long LDFLAGS with many times the same paths
(Portage version: 2.1.2.12)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/windowmaker/ChangeLog | 7 | ||||
-rw-r--r-- | x11-wm/windowmaker/windowmaker-0.92.0-r4.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-wm/windowmaker/ChangeLog b/x11-wm/windowmaker/ChangeLog index 72c0e656bff5..fb3915d55cd9 100644 --- a/x11-wm/windowmaker/ChangeLog +++ b/x11-wm/windowmaker/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-wm/windowmaker # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.84 2007/09/11 10:47:26 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/ChangeLog,v 1.85 2007/09/17 09:32:55 grobian Exp $ + + 17 Sep 2007; Fabian Groffen <grobian@gentoo.org> + windowmaker-0.92.0-r4.ebuild: + Take egnustep_env out of the loop so that we don't get a rediculously long + LDFLAGS with many times the same paths 11 Sep 2007; Bernard Cafarelli <voyageur@gentoo.org> +files/0.92.0/windowmaker-0.92.0-configure.patch: diff --git a/x11-wm/windowmaker/windowmaker-0.92.0-r4.ebuild b/x11-wm/windowmaker/windowmaker-0.92.0-r4.ebuild index e3ee133b610e..d27f4ef76b2d 100644 --- a/x11-wm/windowmaker/windowmaker-0.92.0-r4.ebuild +++ b/x11-wm/windowmaker/windowmaker-0.92.0-r4.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/x11-wm/windowmaker/windowmaker-0.92.0-r4.ebuild,v 1.1 2007/09/10 19:23:21 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/windowmaker/windowmaker-0.92.0-r4.ebuild,v 1.2 2007/09/17 09:32:55 grobian Exp $ inherit autotools eutils gnustep-base flag-o-matic @@ -44,10 +44,10 @@ src_unpack() { epatch ${FILESDIR}/${PV}/${P}-qtdialogsfix.patch # Fix some paths + egnustep_env for file in ${S}/WindowMaker/*menu*; do if [ -r $file ]; then if use gnustep ; then - egnustep_env sed -i "s:/usr/local/GNUstep/Applications:${GNUSTEP_SYSTEM_APPS}:g" $file else sed -i "s:/usr/local/GNUstep/Applications/WPrefs.app:/usr/bin/:g;" $file |