summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2008-01-04 12:27:10 +0000
committerBernard Cafarelli <voyageur@gentoo.org>2008-01-04 12:27:10 +0000
commitc1010ebbb95b8b55974fc7382cf50cba4e3f3720 (patch)
treeb5e75a762e1e957919048a49d162550b9dd5f0f2 /eclass/gnustep-base.eclass
parentMasking sci-mathematics/{kalamaris,ksimus*,pariguide} for removal in 30 (diff)
downloadhistorical-c1010ebbb95b8b55974fc7382cf50cba4e3f3720.tar.gz
historical-c1010ebbb95b8b55974fc7382cf50cba4e3f3720.tar.bz2
historical-c1010ebbb95b8b55974fc7382cf50cba4e3f3720.zip
Fix linker search path order, thanks to ADDITIONAL_NATIVE_LIB_DIRS variable
Diffstat (limited to 'eclass/gnustep-base.eclass')
-rw-r--r--eclass/gnustep-base.eclass6
1 files changed, 2 insertions, 4 deletions
diff --git a/eclass/gnustep-base.eclass b/eclass/gnustep-base.eclass
index 63a72205f8c4..962cdd2422c6 100644
--- a/eclass/gnustep-base.eclass
+++ b/eclass/gnustep-base.eclass
@@ -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/eclass/gnustep-base.eclass,v 1.5 2007/10/08 19:34:04 voyageur Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/gnustep-base.eclass,v 1.6 2008/01/04 12:27:10 voyageur Exp $
inherit eutils flag-o-matic
@@ -103,12 +103,10 @@ egnustep_env() {
-Wl,-rpath="${GNUSTEP_SYSTEM_LIBRARIES}"
;;
esac
- is-ldflagq -L"${GNUSTEP_SYSTEM_LIBRARIES}" \
- || append-ldflags \
- -L"${GNUSTEP_SYSTEM_LIBRARIES}"
# Set up env vars for make operations
GS_ENV=( AUXILIARY_LDFLAGS="${LDFLAGS}" \
+ ADDITIONAL_NATIVE_LIB_DIRS="${GNUSTEP_SYSTEM_LIBRARIES}" \
DESTDIR="${D}" \
HOME="${T}" \
GNUSTEP_USER_DIR="${T}" \