diff options
author | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-04 00:57:02 +0000 |
---|---|---|
committer | Armando Di Cianno <fafhrd@gentoo.org> | 2004-10-04 00:57:02 +0000 |
commit | ef4451bda9b502773d496dd3e77f5b03a2b64695 (patch) | |
tree | 10388cbda37550d895b903a4413550250c7fa0eb /eclass/gnustep.eclass | |
parent | link against shared libs. Closes bug #58547. Stable amd64, sparc, x86. (diff) | |
download | historical-ef4451bda9b502773d496dd3e77f5b03a2b64695.tar.gz historical-ef4451bda9b502773d496dd3e77f5b03a2b64695.tar.bz2 historical-ef4451bda9b502773d496dd3e77f5b03a2b64695.zip |
Making GNUstep root into variable, easing the ability to test different installation points, or supporting users who like non-standard install points.
Diffstat (limited to 'eclass/gnustep.eclass')
-rw-r--r-- | eclass/gnustep.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
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 |