1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/games/r1q2/files/patch-linux__vid_so.c
2006-12-22 03:53:10 +00:00

12 lines
235 B
C

--- ./linux/vid_so.c.orig Mon Oct 30 15:26:12 2006
+++ ./linux/vid_so.c Sat Dec 16 17:28:37 2006
@@ -222,7 +222,7 @@
fn[strlen(fn) - 1] = 0;
*/
- strcpy (fn, ".");
+ strcpy (fn, LIBDIR);
strcat(fn, "/");
strcat(fn, name);