diff options
author | 2006-12-09 14:53:16 +0000 | |
---|---|---|
committer | 2006-12-09 14:53:16 +0000 | |
commit | 2be734c0b4ae47b3d1eb3b1460fe9c1deb5051f1 (patch) | |
tree | 7f9aaada183fe6d4f29e61d26be71dcfc19eb6ea /app-editors/xemacs/files | |
parent | Documentation fixes and avoid clashes with applications from emacs (diff) | |
download | gentoo-2-2be734c0b4ae47b3d1eb3b1460fe9c1deb5051f1.tar.gz gentoo-2-2be734c0b4ae47b3d1eb3b1460fe9c1deb5051f1.tar.bz2 gentoo-2-2be734c0b4ae47b3d1eb3b1460fe9c1deb5051f1.zip |
Documentation fixes and avoid clashes with applications from emacs
(Portage version: 2.1.1-r2)
(Unsigned Manifest commit)
Diffstat (limited to 'app-editors/xemacs/files')
-rw-r--r-- | app-editors/xemacs/files/xemacs-21.4.15-gdbm.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-editors/xemacs/files/xemacs-21.4.15-gdbm.patch b/app-editors/xemacs/files/xemacs-21.4.15-gdbm.patch deleted file mode 100644 index 180c4160834a..000000000000 --- a/app-editors/xemacs/files/xemacs-21.4.15-gdbm.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- configure.in.orig 2004-09-10 14:38:08.812210820 -0700 -+++ configure.in 2004-09-10 14:39:26.267741413 -0700 -@@ -4421,10 +4421,13 @@ - if test "$with_database_gdbm" != "no"; then - AC_CHECK_LIB(gdbm, dbm_open, [ - with_database_gdbm=yes with_database_dbm=no libdbm=-lgdbm], [ -+ AC_CHECK_LIB(gdbm_compat, dbm_open, [ -+ with_database_gdbm=yes with_database_dbm=no libdbm="-lgdbm -lgdbm_compat"], [ - if test "$with_database_gdbm" = "yes"; then - XE_DIE("Required GNU DBM support cannot be provided.") - fi -- with_database_gdbm=no]) -+ with_database_gdbm=no], -lgdbm) -+ ]) - fi - - dnl Check for DBM support in libc and libdbm. |