pkgsrc/x11/vte/patches/patch-ae
jmmv d0f656651d Update to 0.11.11:
- Add APIs for setting font with/without antialiasing, cursor color,
  hilite color, and a forkpty()-alike.  Fix meta-space.  Use glib 2.4's
  child watch API if available.
- Add a configure switch for setting the default emulation instead of
  hard-coding it to be "xterm".
- Tweak autowrapping of text to handle cases where the terminal has
  both LP and xn capabilities.
- Truncate empty lines when copying text to mimic xterm.
- Internally abstract out matching APIs, though we still use POSIX regex.
- Try to set UTF8 line editing mode under sufficiently-new Linux.
- Obey Pango's specified attributes when displaying pre-edit text.
- Never steal modifier keys which might affect the input method from
  the input methods.
- Fix python binding so that help() lists the terminal class.
2004-05-07 11:13:16 +00:00

20 lines
434 B
Text

$NetBSD: patch-ae,v 1.2 2004/05/07 11:13:16 jmmv Exp $
--- configure.orig 2004-05-02 08:44:03.000000000 +0200
+++ configure
@@ -25114,6 +25114,7 @@ fi
rm -f conftest*
+if false; then
cat >>confdefs.h <<\_ACEOF
#define _XOPEN_SOURCE_EXTENDED 1
_ACEOF
@@ -25127,6 +25128,7 @@ _ACEOF
cat >>confdefs.h <<\_ACEOF
#define __EXTENSIONS__ 1
_ACEOF
+fi
# Check whether --enable-deprecation or --disable-deprecation was given.