# 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:
# 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
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/"
$(use_with ldap ) \
$(use_with eolconv file-coding ) \
$(use_with pop ) \
+ --compiler=$(tc-getCC) \
--prefix=/usr \
--with-ncurses \
--with-msw=no \