1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/acm/files/patch-05

19 lines
322 B
Plaintext
Raw Normal View History

1999-02-01 23:32:47 +00:00
*** src/main.c~ Wed Dec 23 23:29:00 1998
--- src/main.c Mon Feb 1 19:14:05 1999
***************
*** 444,448 ****
#endif
! init(".");
dpy = XOpenDisplay(display);
--- 444,451 ----
#endif
! #ifndef ACM_LIBRARY
! #define ACM_LIBRARY "."
! #endif
! init(ACM_LIBRARY "/");
dpy = XOpenDisplay(display);