diff options
Diffstat (limited to 'games/mindguard/files/patch-aa')
-rw-r--r-- | games/mindguard/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/mindguard/files/patch-aa b/games/mindguard/files/patch-aa index ea0f1258c4f4..a1d794d57804 100644 --- a/games/mindguard/files/patch-aa +++ b/games/mindguard/files/patch-aa @@ -10,7 +10,7 @@ mindguard: mindguard.c mindguard.h - $(CC) `gtk-config --cflags` mindguard.c -o mindguard `gtk-config --libs` -+ $(CC) -DX11BASE=\"${X11BASE}\" `${GTK_CONFIG} --cflags` ${CFLAGS} mindguard.c -o mindguard `${GTK_CONFIG} --libs` ++ $(CC) -DLOCALBASE=\"${PREFIX}\" `${GTK_CONFIG} --cflags` ${CFLAGS} mindguard.c -o mindguard `${GTK_CONFIG} --libs` install: mindguard install-bin install-carriers install-docs |