diff options
author | 2004-11-06 16:06:15 +0000 | |
---|---|---|
committer | 2004-11-06 16:06:15 +0000 | |
commit | b31e57c286c38d5ae6ce295b6205f4391467109a (patch) | |
tree | 2b3729289179050ab0d2c6efcf0570d568d5ad21 /app-editors/emacs/files | |
parent | Stable on amd64 (diff) | |
download | historical-b31e57c286c38d5ae6ce295b6205f4391467109a.tar.gz historical-b31e57c286c38d5ae6ce295b6205f4391467109a.tar.bz2 historical-b31e57c286c38d5ae6ce295b6205f4391467109a.zip |
Added Carbon Emacs (aqua USE flag). See bug #64362. Also added multi-tty patch.
Diffstat (limited to 'app-editors/emacs/files')
-rw-r--r-- | app-editors/emacs/files/digest-emacs-21.3.50_pre20041027 | 3 | ||||
-rw-r--r-- | app-editors/emacs/files/emacs-nofink-gentoo.diff | 42 |
2 files changed, 45 insertions, 0 deletions
diff --git a/app-editors/emacs/files/digest-emacs-21.3.50_pre20041027 b/app-editors/emacs/files/digest-emacs-21.3.50_pre20041027 new file mode 100644 index 000000000000..a9a0fb47be4f --- /dev/null +++ b/app-editors/emacs/files/digest-emacs-21.3.50_pre20041027 @@ -0,0 +1,3 @@ +MD5 c11d878942c3a91052b915e7f267ab91 emacs-21.3.50-20041027.tar.gz 32678279 +MD5 5f82ee1b33a1915e917192fee5c8b59c inline_patch-20041015.tar.gz 6077 +MD5 97888226c80f142143bf108a1290c53f emacs--multi-tty--0--patch-261.2004-10-19.patch.gz 148316 diff --git a/app-editors/emacs/files/emacs-nofink-gentoo.diff b/app-editors/emacs/files/emacs-nofink-gentoo.diff new file mode 100644 index 000000000000..a09185303d13 --- /dev/null +++ b/app-editors/emacs/files/emacs-nofink-gentoo.diff @@ -0,0 +1,42 @@ +--- configure.in.orig Wed Sep 22 02:03:18 2004 ++++ configure.in Wed Sep 22 02:11:16 2004 +@@ -1126,12 +1126,12 @@ + machine=powermac opsys=darwin + # Define CPP as follows to make autoconf work correctly. + CPP="${CC-cc} -E -no-cpp-precomp" +- # Use fink packages if available. +- if test -d /sw/include && test -d /sw/lib; then +- GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" +- CPP="${CPP} ${GCC_TEST_OPTIONS}" +- NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} +- fi ++# # Use fink packages if available. ++# if test -d /sw/include && test -d /sw/lib; then ++# GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" ++# CPP="${CPP} ${GCC_TEST_OPTIONS}" ++# NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} ++# fi + ;; + + ## AMD x86-64 Linux-based GNU system +--- configure.orig Wed Sep 22 02:18:49 2004 ++++ configure Wed Sep 22 02:20:03 2004 +@@ -2601,12 +2601,12 @@ + machine=powermac opsys=darwin + # Define CPP as follows to make autoconf work correctly. + CPP="${CC-cc} -E -no-cpp-precomp" +- # Use fink packages if available. +- if test -d /sw/include && test -d /sw/lib; then +- GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" +- CPP="${CPP} ${GCC_TEST_OPTIONS}" +- NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} +- fi ++# # Use fink packages if available. ++# if test -d /sw/include && test -d /sw/lib; then ++# GCC_TEST_OPTIONS="-I/sw/include -L/sw/lib" ++# CPP="${CPP} ${GCC_TEST_OPTIONS}" ++# NON_GCC_TEST_OPTIONS=${GCC_TEST_OPTIONS} ++# fi + ;; + + ## AMD x86-64 Linux-based GNU system |