summaryrefslogtreecommitdiff
path: root/x11-wm/ratpoison/files/patch-actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ratpoison/files/patch-actions.c')
-rw-r--r--x11-wm/ratpoison/files/patch-actions.c19
1 files changed, 19 insertions, 0 deletions
diff --git a/x11-wm/ratpoison/files/patch-actions.c b/x11-wm/ratpoison/files/patch-actions.c
new file mode 100644
index 000000000000..456cfef0787d
--- /dev/null
+++ b/x11-wm/ratpoison/files/patch-actions.c
@@ -0,0 +1,19 @@
+*** src/actions.c.orig Sun Nov 3 12:58:30 2002
+--- src/actions.c Sat Jul 6 17:31:27 2002
+***************
+*** 2078,2084 ****
+ return NULL;
+ }
+
+! #if !defined(HAVE_SETENV) || !defined(setenv)
+ /* For systems, such as Solaris, where setenv is not implemented
+ * in libc */
+ /* FIXME: overwrite has no effect in this implementation! */
+--- 2078,2084 ----
+ return NULL;
+ }
+
+! #if !defined(HAVE_SETENV) && !defined(setenv)
+ /* For systems, such as Solaris, where setenv is not implemented
+ * in libc */
+ /* FIXME: overwrite has no effect in this implementation! */