summaryrefslogtreecommitdiff
path: root/sysutils/wmapm
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2001-03-01 05:38:10 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2001-03-01 05:38:10 +0000
commitd02af74797425d77698c9618c503274340eadca9 (patch)
treed654cac691c3389538260bdcbc37f879c47e22a7 /sysutils/wmapm
parentRemove ./.joerc from the default startup file search patch (diff)
Support FreeBSD's apm
(I dropted the support in version updating) Submitted by: "Ralf S. Engelschall" <rse@engelschall.com> Obtained from: a direct mail
Notes
Notes: svn path=/head/; revision=38910
Diffstat (limited to 'sysutils/wmapm')
-rw-r--r--sysutils/wmapm/files/patch-ab19
1 files changed, 19 insertions, 0 deletions
diff --git a/sysutils/wmapm/files/patch-ab b/sysutils/wmapm/files/patch-ab
new file mode 100644
index 000000000000..71f4ba403146
--- /dev/null
+++ b/sysutils/wmapm/files/patch-ab
@@ -0,0 +1,19 @@
+--- wmapm.c.orig Tue Jan 11 17:37:25 2000
++++ wmapm.c Sun Nov 12 16:23:51 2000
+@@ -672,7 +672,7 @@
+ copyXPMArea(5, 106, 13, 11, 5, 48);
+ RedrawWindow();
+ #ifndef SunOS
+- system("apm -S");
++ system("apm -Z");
+ #endif
+ usleep(2000000L);
+
+@@ -689,7 +689,7 @@
+ copyXPMArea(21, 106, 13, 11, 46, 48);
+ RedrawWindow();
+ #ifndef SunOS
+- system("apm -s");
++ system("apm -z");
+ #endif
+ usleep(2000000L);