mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
Support FreeBSD's apm
(I dropted the support in version updating) Submitted by: "Ralf S. Engelschall" <rse@engelschall.com> Obtained from: a direct mail
This commit is contained in:
parent
00df5c7d52
commit
d02af74797
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38910
1 changed files with 19 additions and 0 deletions
19
sysutils/wmapm/files/patch-ab
Normal file
19
sysutils/wmapm/files/patch-ab
Normal file
|
@ -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);
|
Loading…
Add table
Reference in a new issue