summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2004-10-13 22:23:23 +0000
committerMamoru Komachi <usata@gentoo.org>2004-10-13 22:23:23 +0000
commit2ec860b1f070bff65cfed13156064ca66cb1ec9a (patch)
tree5d5b0a1e429b27de569ca9f9d9f16f19ae73c087 /app-emacs/auctex
parentSpecify alternatives version explicitly. (Manifest recommit) (diff)
downloadgentoo-2-2ec860b1f070bff65cfed13156064ca66cb1ec9a.tar.gz
gentoo-2-2ec860b1f070bff65cfed13156064ca66cb1ec9a.tar.bz2
gentoo-2-2ec860b1f070bff65cfed13156064ca66cb1ec9a.zip
Added --with-lispdir in response to bug #67402.
Diffstat (limited to 'app-emacs/auctex')
-rw-r--r--app-emacs/auctex/ChangeLog5
-rw-r--r--app-emacs/auctex/auctex-11.53.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/app-emacs/auctex/ChangeLog b/app-emacs/auctex/ChangeLog
index 99e07a5bdd47..52c9d3705775 100644
--- a/app-emacs/auctex/ChangeLog
+++ b/app-emacs/auctex/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-emacs/auctex
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.18 2004/10/09 20:24:14 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/ChangeLog,v 1.19 2004/10/13 22:23:23 usata Exp $
+
+ 14 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> auctex-11.53.ebuild:
+ Added --with-lispdir in response to bug #67402.
10 Oct 2004; Mamoru KOMACHI <usata@gentoo.org> -auctex-11.51.ebuild,
-auctex-11.52.ebuild, auctex-11.53.ebuild:
diff --git a/app-emacs/auctex/auctex-11.53.ebuild b/app-emacs/auctex/auctex-11.53.ebuild
index aa3833172e83..41e944d64647 100644
--- a/app-emacs/auctex/auctex-11.53.ebuild
+++ b/app-emacs/auctex/auctex-11.53.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.53.ebuild,v 1.2 2004/10/09 20:24:14 usata Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/auctex/auctex-11.53.ebuild,v 1.3 2004/10/13 22:23:23 usata Exp $
inherit elisp
@@ -18,6 +18,7 @@ DEPEND="virtual/emacs
src_compile() {
econf --with-auto-dir=${D}/var/lib/auctex \
+ --with-lispdir=${D}/usr/share/emacs/site-lisp \
--with-tex-input-dirs="/usr/share/texmf/tex/;/usr/share/texmf/bibtex/bst/" || die "econf failed"
emake || die
}