From 17f9841515925954df9a486f04baa79daa0baa97 Mon Sep 17 00:00:00 2001 From: Tomasz Konojacki Date: Wed, 16 Apr 2014 07:12:54 +0700 Subject: development/nedit: Added (text editor with GUI). Signed-off-by: Willy Sudiarto Raharjo --- development/nedit/nedit.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 development/nedit/nedit.patch (limited to 'development/nedit/nedit.patch') 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 + }; + -- cgit v1.2.3