1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/games/acm/files/patch-05
1999-02-01 23:32:47 +00:00

19 lines
322 B
Plaintext

*** 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);