aboutsummaryrefslogtreecommitdiff
path: root/games/jfsw/files/patch-jfbuild-kenbuild-bstub.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/jfsw/files/patch-jfbuild-kenbuild-bstub.c')
-rw-r--r--games/jfsw/files/patch-jfbuild-kenbuild-bstub.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/games/jfsw/files/patch-jfbuild-kenbuild-bstub.c b/games/jfsw/files/patch-jfbuild-kenbuild-bstub.c
deleted file mode 100644
index fba8d5860747..000000000000
--- a/games/jfsw/files/patch-jfbuild-kenbuild-bstub.c
+++ /dev/null
@@ -1,17 +0,0 @@
-Rename PREFIX to DATADIR as its only purpose is to access data files
-(and avoid conflict with FreeBSD PREFIX, which has another meaning)
-
---- jfbuild/kenbuild/bstub.c.orig 2020-09-22 22:08:35 UTC
-+++ jfbuild/kenbuild/bstub.c
-@@ -73,9 +73,9 @@ int ExtInit(void)
- getch();
- */
-
--#if defined(PREFIX)
-+#if defined(DATADIR)
- {
-- const char *prefixdir = PREFIX;
-+ const char *prefixdir = DATADIR;
- if (prefixdir && prefixdir[0]) {
- addsearchpath(prefixdir);
- }