summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2013-02-28 17:10:14 +0000
committerUlrich Müller <ulm@gentoo.org>2013-02-28 17:10:14 +0000
commit29eebd69c7f5dfcffef04008ef1c765fb84b096a (patch)
tree303240a2c26af8c223abb865557344efa2c99750 /app-editors/jasspa-microemacs
parentBetter fix for #459560 (diff)
downloadgentoo-2-29eebd69c7f5dfcffef04008ef1c765fb84b096a.tar.gz
gentoo-2-29eebd69c7f5dfcffef04008ef1c765fb84b096a.tar.bz2
gentoo-2-29eebd69c7f5dfcffef04008ef1c765fb84b096a.zip
Don't call pkg-config directly, in order not to break cross compilation.
(Portage version: 2.1.11.52/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-editors/jasspa-microemacs')
-rw-r--r--app-editors/jasspa-microemacs/ChangeLog6
-rw-r--r--app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/jasspa-microemacs/ChangeLog b/app-editors/jasspa-microemacs/ChangeLog
index 57bd18e491b0..56de73d0ecc2 100644
--- a/app-editors/jasspa-microemacs/ChangeLog
+++ b/app-editors/jasspa-microemacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/jasspa-microemacs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.55 2013/02/28 07:59:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/ChangeLog,v 1.56 2013/02/28 17:10:14 ulm Exp $
+
+ 28 Feb 2013; Ulrich Müller <ulm@gentoo.org>
+ jasspa-microemacs-20091011-r2.ebuild:
+ Don't call pkg-config directly, in order not to break cross compilation.
28 Feb 2013; Ulrich Müller <ulm@gentoo.org>
jasspa-microemacs-20091011-r2.ebuild:
diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
index 428b1a799c5e..b990e0cdd159 100644
--- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
+++ b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.6 2013/02/28 07:59:40 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild,v 1.7 2013/02/28 17:10:14 ulm Exp $
EAPI=4
@@ -60,7 +60,7 @@ src_compile() {
use xpm || export XPM_INCLUDE=. # prevent Xpm autodetection
CC="$(tc-getCC)" \
- CONSOLE_LIBS="$(pkg-config --libs ncurses)" \
+ CONSOLE_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" \
./build ${me} \
-t ${type} \
-p "~/.jasspa:${pkgdatadir}/site:${pkgdatadir}" \