diff options
author | 2007-10-13 21:22:15 +0000 | |
---|---|---|
committer | 2007-10-13 21:22:15 +0000 | |
commit | 579512f889d0bf1737009a7939c02725868f9892 (patch) | |
tree | e5aa09f7282a73b331a63f1f5fcd8005d3b7f197 /app-editors/emacs-cvs/files | |
parent | Mask =x11-base/xorg-server-1.3.0.0-r2 because I'm still making changes to it. (diff) | |
download | gentoo-2-579512f889d0bf1737009a7939c02725868f9892.tar.gz gentoo-2-579512f889d0bf1737009a7939c02725868f9892.tar.bz2 gentoo-2-579512f889d0bf1737009a7939c02725868f9892.zip |
Fix compilation failure with USE=-X.
(Portage version: 2.1.3.12)
Diffstat (limited to 'app-editors/emacs-cvs/files')
-rw-r--r-- | app-editors/emacs-cvs/files/emacs-cvs-no-x-compile.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app-editors/emacs-cvs/files/emacs-cvs-no-x-compile.patch b/app-editors/emacs-cvs/files/emacs-cvs-no-x-compile.patch new file mode 100644 index 000000000000..941cb3e9adeb --- /dev/null +++ b/app-editors/emacs-cvs/files/emacs-cvs-no-x-compile.patch @@ -0,0 +1,14 @@ +--- emacs-orig/src/dispextern.h 2007-09-13 10:50:51.000000000 +0000 ++++ emacs/src/dispextern.h 2007-10-12 21:57:44.000000000 +0000 +@@ -853,9 +853,11 @@ + /* Continuation lines width at the start of the row. */ + int continuation_lines_width; + ++#ifdef HAVE_WINDOW_SYSTEM + /* Non-NULL means the current clipping area. This is temporarily + set while exposing a region. Coordinates are frame-relative. */ + XRectangle *clip; ++#endif + }; + + |