diff options
Diffstat (limited to 'games/prboom/files/patch-configure')
-rw-r--r-- | games/prboom/files/patch-configure | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/prboom/files/patch-configure b/games/prboom/files/patch-configure new file mode 100644 index 000000000000..4c89c7c17a31 --- /dev/null +++ b/games/prboom/files/patch-configure @@ -0,0 +1,14 @@ +--- configure.orig Sat Mar 31 12:50:28 2001 ++++ configure Sun Jun 10 16:41:12 2001 +@@ -920,9 +920,9 @@ + + + if test "x$prefix" != xNONE; then +- DOOMWADDIR="$prefix/share/games/doom" ++ DOOMWADDIR="$prefix/share/doom" + else +- DOOMWADDIR="$ac_default_prefix/share/games/doom" ++ DOOMWADDIR="$ac_default_prefix/share/doom" + fi + cat >> confdefs.h <<EOF + #define DOOMWADDIR "$DOOMWADDIR" |