diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 2001-10-25 18:30:16 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 2001-10-25 18:30:16 +0000 |
commit | 3b9c12a3d4f81d8562a60df6a4ec3cdae6ccadb4 (patch) | |
tree | 3a984653e13e2c50d51851923c240b2fc162f763 /editors/xemacs-devel/files/patch-af | |
parent | Update to 1.7.5 (diff) |
Initial checkin of xemacs-devel after xemacs21 was repo copied.
Several people have requested this, so here it is.
This port is intended to track the GAMMA version of the XEmacs
editor.
This is version is based on xemacs-21.4.4, which has a GTK binding.
Note that the GTK support is buggy (at least on my system), although
I haven't noticed any fatal problems, just annoying ones.
There are other bugs in this version, e.g. any attempts to make font
changes in the Options menu result in a Lisp error.
Please do not file any PRs on XEmacs errors, the maintaine will terminate
them with extreme prejudice.
I haven't tested this at all on Alpha because beast won't let me in.
Notes
Notes:
svn path=/head/; revision=49205
Diffstat (limited to 'editors/xemacs-devel/files/patch-af')
-rw-r--r-- | editors/xemacs-devel/files/patch-af | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/editors/xemacs-devel/files/patch-af b/editors/xemacs-devel/files/patch-af index 90ca0820e9aa..c0c55cbf0aef 100644 --- a/editors/xemacs-devel/files/patch-af +++ b/editors/xemacs-devel/files/patch-af @@ -1,6 +1,6 @@ ---- configure.in.orig Fri Aug 4 11:49:59 2000 -+++ configure.in Fri Sep 8 16:12:55 2000 -@@ -1053,6 +1053,7 @@ +--- configure.in.orig Wed Jul 25 09:39:21 2001 ++++ configure.in Sun Oct 7 23:20:24 2001 +@@ -1098,6 +1098,7 @@ dnl Straightforward OS determination case "$canonical" in *-*-linux* ) opsys=linux ;; @@ -8,7 +8,7 @@ *-*-netbsd* ) opsys=netbsd ;; *-*-openbsd* ) opsys=openbsd ;; *-*-nextstep* ) opsys=nextstep ;; -@@ -3052,21 +3053,24 @@ +@@ -3661,21 +3662,24 @@ test "$ac_cv_func_crypt" != "yes" && { AC_CHECK_LIB(crypt, crypt) } fi dnl Back to our regularly scheduled wnn hunting @@ -42,12 +42,12 @@ fi dnl Autodetect canna -@@ -3579,7 +3583,7 @@ +@@ -4257,7 +4261,7 @@ dnl Check for Berkeley DB. if test "$with_database_berkdb" != "no"; then AC_MSG_CHECKING(for Berkeley db.h) -- for path in "db/db.h" "db.h"; do -+ for path in "/usr/include/db.h" "db/db.h" "db.h"; do +- for header in "db/db.h" "db.h"; do ++ for header in "/usr/include/db.h" "db/db.h" "db.h"; do AC_TRY_COMPILE([ #include <stdlib.h> #if !(defined __GLIBC__ && __GLIBC_MINOR__ >= 1) |