summaryrefslogtreecommitdiff
path: root/x11-wm
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-02-05 09:16:06 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-02-05 09:16:06 +0000
commitcb18bbf213c0be26a94186605652cabc1213423e (patch)
treea97e2ad865f51819db8d0d4e2bf87f996a0ac28c /x11-wm
parentupdate to 0.9.5-nicer2 (diff)
Add -current patch
Submitted by: Alexander Langer <alex@big.endian.de
Notes
Notes: svn path=/head/; revision=25493
Diffstat (limited to 'x11-wm')
-rw-r--r--x11-wm/wm2/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-wm/wm2/files/patch-ab b/x11-wm/wm2/files/patch-ab
new file mode 100644
index 000000000000..93ca0f808355
--- /dev/null
+++ b/x11-wm/wm2/files/patch-ab
@@ -0,0 +1,10 @@
+--- Manager.C.orig Sat Feb 5 18:09:36 2000
++++ Manager.C Sat Feb 5 18:10:14 2000
+@@ -526,6 +526,7 @@
+ extern int putenv(char *); /* not POSIX */
+ }
+ #endif
++extern "C" int putenv(const char*);
+
+ void WindowManager::spawn()
+ {