diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-09-27 11:05:57 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2019-09-27 11:05:57 +0000 |
commit | b788976fecb6921152f967c54ac7cb72e45a0c9f (patch) | |
tree | df65932b8ac71ccc1e1dca40b924d5a0443821ce /editors/e93/files/patch-includes.h | |
parent | Remove non needed dependency on libXp (diff) |
- Update to version 1.4.3 (upstream does not embed version in the source
file, but comparing both files' contents shows that it is legit update)
- Convert rather cumbersome `post-patch' target to patches, removing the
changes that were integrated upstream
- Actualize USES and USE_XORG lists, reword the COMMENT text while here
Diffstat (limited to 'editors/e93/files/patch-includes.h')
-rw-r--r-- | editors/e93/files/patch-includes.h | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/editors/e93/files/patch-includes.h b/editors/e93/files/patch-includes.h new file mode 100644 index 000000000000..2c7806171613 --- /dev/null +++ b/editors/e93/files/patch-includes.h @@ -0,0 +1,27 @@ +--- includes.h.orig 2009-08-07 13:50:33 UTC ++++ includes.h +@@ -18,6 +18,7 @@ + + #include <stdio.h> + #include <stdarg.h> ++#include <stdbool.h> + #include <stdlib.h> + #include <errno.h> + #include <fcntl.h> +@@ -29,16 +30,6 @@ + #include <locale.h> + + #include <tcl.h> +- +-// deal with Tcl changing the way this works in newer versions +-#ifndef Tcl_GetErrorLine +-#define Tcl_GetErrorLine(interpreter) interpreter->errorLine +-#endif +- +-#ifndef Tcl_GetResult +-#define Tcl_GetResult(interpreter) interpreter->result +-#endif +- + + #include "defines.h" + #include "guidefs.h" |