summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2011-10-04 18:48:17 +0000
committerHans de Graaff <graaff@gentoo.org>2011-10-04 18:48:17 +0000
commitf63636f71f9dd76bc9c7dc08ce9aa3cee358c54b (patch)
tree7932100544c7e499bb195909a2cd5e7940c6452a /app-editors
parentStable for HPPA (bug #384381). (diff)
downloadgentoo-2-f63636f71f9dd76bc9c7dc08ce9aa3cee358c54b.tar.gz
gentoo-2-f63636f71f9dd76bc9c7dc08ce9aa3cee358c54b.tar.bz2
gentoo-2-f63636f71f9dd76bc9c7dc08ce9aa3cee358c54b.zip
Respect C compiler choice, reported by Ian Delany in bug 385609.
(Portage version: 2.1.10.11/cvs/Linux x86_64)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/xemacs/ChangeLog5
-rw-r--r--app-editors/xemacs/xemacs-21.4.22-r2.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index f38ca8937ba5..816e25da2e9f 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-editors/xemacs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.149 2011/09/26 18:28:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.150 2011/10/04 18:48:17 graaff Exp $
+
+ 04 Oct 2011; Hans de Graaff <graaff@gentoo.org> xemacs-21.4.22-r2.ebuild:
+ Respect C compiler choice, reported by Ian Delany in bug 385609.
26 Sep 2011; Hans de Graaff <graaff@gentoo.org> xemacs-21.4.22-r2.ebuild,
+files/xemacs-21.4.22-libpng15.patch:
diff --git a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild b/app-editors/xemacs/xemacs-21.4.22-r2.ebuild
index 9b762994077d..992d30ab02be 100644
--- a/app-editors/xemacs/xemacs-21.4.22-r2.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.22-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.5 2011/09/26 18:28:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.22-r2.ebuild,v 1.6 2011/10/04 18:48:17 graaff Exp $
# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
@@ -9,7 +9,7 @@
EAPI="1"
export WANT_AUTOCONF="2.1"
-inherit autotools eutils
+inherit autotools eutils toolchain-funcs
DESCRIPTION="highly customizable open source text editor and application development system"
HOMEPAGE="http://www.xemacs.org/"
@@ -181,6 +181,7 @@ src_compile() {
$(use_with ldap ) \
$(use_with eolconv file-coding ) \
$(use_with pop ) \
+ --compiler=$(tc-getCC) \
--prefix=/usr \
--with-ncurses \
--with-msw=no \