]> git.pld-linux.org Git - packages/emacs.git/blob - emacs-xaw3d.patch
- release 2.
[packages/emacs.git] / emacs-xaw3d.patch
1 diff -uNr emacs-20.7.orig/configure emacs-20.7/configure
2 --- emacs-20.7.orig/configure   Mon Jun 12 16:05:56 2000
3 +++ emacs-20.7/configure        Tue Jun 13 14:10:43 2000
4 @@ -3699,7 +3699,7 @@
5  #include "confdefs.h"
6  
7  #include <X11/Intrinsic.h>
8 -#include <X11/Xaw/Simple.h>
9 +#include <X11/Xaw3d/Simple.h>
10  int main() {
11  
12  ; return 0; }
13 diff -uNr emacs-20.7.orig/configure.in emacs-20.7/configure.in
14 --- emacs-20.7.orig/configure.in        Mon Jun  5 11:42:49 2000
15 +++ emacs-20.7/configure.in     Tue Jun 13 14:10:43 2000
16 @@ -1551,7 +1551,7 @@
17      AC_CACHE_VAL(emacs_cv_x11_version_5_with_xaw,
18      AC_TRY_LINK([
19  #include <X11/Intrinsic.h>
20 -#include <X11/Xaw/Simple.h>],
21 +#include <X11/Xaw3d/Simple.h>],
22        [],
23        emacs_cv_x11_version_5_with_xaw=yes,
24        emacs_cv_x11_version_5_with_xaw=no))
25 diff -uNr emacs-20.7.orig/src/Makefile.in emacs-20.7/src/Makefile.in
26 --- emacs-20.7.orig/src/Makefile.in     Mon Apr 26 01:19:42 1999
27 +++ emacs-20.7/src/Makefile.in  Tue Jun 13 14:10:43 2000
28 @@ -329,7 +329,7 @@
29  #ifdef USE_X_TOOLKIT
30  #define @X_TOOLKIT_TYPE@
31  #if defined (LUCID) || defined (ATHENA)
32 -LIBW= -lXaw
33 +LIBW= -lXaw3d
34  #endif
35  #ifdef MOTIF
36  #if defined (HAVE_MOTIF_2_1) && defined (HAVE_LIBXP)
This page took 0.110015 seconds and 3 git commands to generate.