diff options
Diffstat (limited to 'games/mindguard/files/patch-ab')
-rw-r--r-- | games/mindguard/files/patch-ab | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/games/mindguard/files/patch-ab b/games/mindguard/files/patch-ab index d425635ddecb..cb83fcf5aff0 100644 --- a/games/mindguard/files/patch-ab +++ b/games/mindguard/files/patch-ab @@ -1,14 +1,18 @@ ---- mindguard.c.orig Wed Nov 15 18:49:17 2000 -+++ mindguard.c Fri Nov 24 11:56:32 2000 -@@ -353,7 +353,7 @@ - strcpy(car_path, "./carriers/"); - break; - case 1: -- sprintf(car_path, "%s/MindGuard/carriers/", getenv("HOME")); -+ sprintf(car_path, X11BASE "/share/mindguard/"); - break; - case 2: - strcpy(car_path, "/usr/local/share/MindGuard/carriers/"); -@@ -2739,4 +2739,4 @@ - return 0; +--- mindguard.c.orig Fri Feb 7 20:53:53 2003 ++++ mindguard.c Wed Sep 7 23:27:25 2005 +@@ -1381,7 +1381,7 @@ + sprintf(car_path, "%s/MindGuard/carriers/", getenv("HOME")); + break; + case 2: +- strcpy(car_path, "/usr/local/share/MindGuard/carriers/"); ++ strcpy(car_path, X11BASE "/share/mindguard/"); + break; + default: + break; +@@ -2799,4 +2799,4 @@ } + + +-/* ...And your mind lived happily ever after. The End */ +\ No newline at end of file ++/* ...And your mind lived happily ever after. The End */ |