diff options
author | Ulrich Müller <ulm@gentoo.org> | 2007-12-21 07:51:50 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2007-12-21 07:51:50 +0000 |
commit | 023cd0be6cdbee66f082490d23dcbc3d48d4de47 (patch) | |
tree | 1dfe43a1434416b0c239a914b61a3d0bcf20e5ce /app-text/migemo/files | |
parent | stable x86, bug 191569 (diff) | |
download | gentoo-2-023cd0be6cdbee66f082490d23dcbc3d48d4de47.tar.gz gentoo-2-023cd0be6cdbee66f082490d23dcbc3d48d4de47.tar.bz2 gentoo-2-023cd0be6cdbee66f082490d23dcbc3d48d4de47.zip |
Modify build system to work without Emacs at compile time, bug #202796.
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'app-text/migemo/files')
-rw-r--r-- | app-text/migemo/files/50migemo-gentoo.el | 1 | ||||
-rw-r--r-- | app-text/migemo/files/51migemo-gentoo.el | 4 | ||||
-rw-r--r-- | app-text/migemo/files/digest-migemo-0.40-r3 (renamed from app-text/migemo/files/digest-migemo-0.40-r2) | 0 | ||||
-rw-r--r-- | app-text/migemo/files/migemo-0.40-without-emacs.patch | 11 |
4 files changed, 16 insertions, 0 deletions
diff --git a/app-text/migemo/files/50migemo-gentoo.el b/app-text/migemo/files/50migemo-gentoo.el index e9a2a3e5ad09..f79828742aa2 100644 --- a/app-text/migemo/files/50migemo-gentoo.el +++ b/app-text/migemo/files/50migemo-gentoo.el @@ -1,3 +1,4 @@ + ;;; migemo site-lisp configuration (add-to-list 'load-path "@SITELISP@") diff --git a/app-text/migemo/files/51migemo-gentoo.el b/app-text/migemo/files/51migemo-gentoo.el new file mode 100644 index 000000000000..da2f321ae302 --- /dev/null +++ b/app-text/migemo/files/51migemo-gentoo.el @@ -0,0 +1,4 @@ + +;;; migemo site-lisp configuration + +(add-to-list 'load-path "@SITELISP@") diff --git a/app-text/migemo/files/digest-migemo-0.40-r2 b/app-text/migemo/files/digest-migemo-0.40-r3 index d11751137bea..d11751137bea 100644 --- a/app-text/migemo/files/digest-migemo-0.40-r2 +++ b/app-text/migemo/files/digest-migemo-0.40-r3 diff --git a/app-text/migemo/files/migemo-0.40-without-emacs.patch b/app-text/migemo/files/migemo-0.40-without-emacs.patch new file mode 100644 index 000000000000..39e965c62307 --- /dev/null +++ b/app-text/migemo/files/migemo-0.40-without-emacs.patch @@ -0,0 +1,11 @@ +--- migemo-0.40-orig/configure 2003-05-28 14:19:38.000000000 +0200 ++++ migemo-0.40/configure 2007-12-21 07:38:21.000000000 +0100 +@@ -825,7 +825,7 @@ + withval="$with_emacs" + case "${withval}" in + yes) EMACS= ;; +- no) { echo "configure: error: emacs is not available" 1>&2; exit 1; } ;; ++ no) EMACS=no ;; + *) EMACS=${withval} ;; + esac + else |