summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2006-12-09 14:53:16 +0000
committerHans de Graaff <graaff@gentoo.org>2006-12-09 14:53:16 +0000
commit2be734c0b4ae47b3d1eb3b1460fe9c1deb5051f1 (patch)
tree7f9aaada183fe6d4f29e61d26be71dcfc19eb6ea /app-editors/xemacs/files
parentDocumentation fixes and avoid clashes with applications from emacs (diff)
downloadgentoo-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.patch17
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.