diff options
author | Tomasz Konojacki <me@xenu.tk> | 2014-04-16 07:12:54 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:28 +0700 |
commit | 17f9841515925954df9a486f04baa79daa0baa97 (patch) | |
tree | 07ba69bf1228bdd964850d256cf4efbc0d177198 /development/nedit/nedit.patch | |
parent | a57b8866e5ee81b63f979112309f6798e6cb3479 (diff) | |
download | slackbuilds-17f9841515925954df9a486f04baa79daa0baa97.tar.gz |
development/nedit: Added (text editor with GUI).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/nedit/nedit.patch')
-rw-r--r-- | development/nedit/nedit.patch | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/development/nedit/nedit.patch b/development/nedit/nedit.patch new file mode 100644 index 0000000000..d66623f0f9 --- /dev/null +++ b/development/nedit/nedit.patch @@ -0,0 +1,24 @@ +diff -rNu nedit-5.5.orig/source/nedit.c nedit-5.5/source/nedit.c +--- nedit-5.5.orig/source/nedit.c 2014-04-15 21:37:41.893066434 +0200 ++++ nedit-5.5/source/nedit.c 2014-04-15 21:41:30.262069783 +0200 +@@ -389,6 +389,9 @@ + "-bw", "-title", NULL}; + unsigned char* invalidBindings = NULL; + ++ /* workaround for lesstif */ ++ setenv("XLIB_SKIP_ARGB_VISUALS", "1", 1); ++ + /* Save the command which was used to invoke nedit for restart command */ + ArgV0 = argv[0]; + +diff -rNu nedit-5.5.orig/util/check_lin_tif.c nedit-5.5/util/check_lin_tif.c +--- nedit-5.5.orig/util/check_lin_tif.c 2014-04-15 21:37:41.973066435 +0200 ++++ nedit-5.5/util/check_lin_tif.c 2014-04-15 21:38:39.407067277 +0200 +@@ -87,6 +87,7 @@ + "0.93.12", + "0.93.18", + "0.93.94", ++ "0.95.2", + NULL + }; + |