From ef4451bda9b502773d496dd3e77f5b03a2b64695 Mon Sep 17 00:00:00 2001 From: Armando Di Cianno Date: Mon, 4 Oct 2004 00:57:02 +0000 Subject: Making GNUstep root into variable, easing the ability to test different installation points, or supporting users who like non-standard install points. --- eclass/gnustep.eclass | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'eclass/gnustep.eclass') diff --git a/eclass/gnustep.eclass b/eclass/gnustep.eclass index 0e36b85631f1..2e1ef182e114 100644 --- a/eclass/gnustep.eclass +++ b/eclass/gnustep.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.15 2004/09/28 01:17:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep.eclass,v 1.16 2004/10/04 00:57:02 fafhrd Exp $ inherit eutils flag-o-matic @@ -31,6 +31,8 @@ GS_RDEPEND="${GS_DEPEND} virtual/gnustep-back gnustep-base/gnustep-env" +GENTOO_GNUSTEP_ROOT="/usr/GNUstep" + egnustep_env() { if [ -f /usr/GNUstep/System/Makefiles/GNUstep.sh ] ; then . /usr/GNUstep/System/Makefiles/GNUstep.sh -- cgit v1.2.3-65-gdbad