summaryrefslogtreecommitdiff
path: root/games/prboom/patches/patch-aa
blob: 74302549fe818355ec5ee979e48bf58456bd4a0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-aa,v 1.1.1.1 2001/07/26 12:33:59 zuntum Exp $

--- configure.orig	Mon Jun 18 00:14:24 2001
+++ configure
@@ -922,9 +922,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"