diff options
Diffstat (limited to 'games/jfsw/files/patch-src-game.c')
-rw-r--r-- | games/jfsw/files/patch-src-game.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/jfsw/files/patch-src-game.c b/games/jfsw/files/patch-src-game.c index 379920bf1bda..b951654d6cd8 100644 --- a/games/jfsw/files/patch-src-game.c +++ b/games/jfsw/files/patch-src-game.c @@ -1,8 +1,9 @@ -Rename PREFIX to DATADIR as its purpose is only to find data files. +Rename PREFIX to DATADIR as its only purpose is to access data files +(and avoid conflict with FreeBSD PREFIX, which has another meaning) ---- src/game.c.orig 2020-09-03 06:19:21 UTC +--- src/game.c.orig 2020-09-22 22:08:35 UTC +++ src/game.c -@@ -3470,9 +3470,9 @@ int app_main(int argc, char const * const argv[]) +@@ -3405,9 +3405,9 @@ int app_main(int argc, char const * const argv[]) } #endif |