aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmapm
diff options
context:
space:
mode:
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 00000000000..71f4ba40314
--- /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);