openbsd-ports/games/angband/patches/patch-configure
niallo 85aae02ebb Update to 3.0.5
ok naddy@
2005-03-07 21:01:22 +00:00

17 lines
344 B
Plaintext

--- configure 2005/02/24 20:36:35 1.1
+++ configure 2005/02/24 20:37:56
@@ -1764,11 +1764,10 @@
cat >>confdefs.h <<_ACEOF
-#define DEFAULT_PATH "$game_datadir"
+#define DEFAULT_PATH "$TRUEPREFIX/share/angband"
_ACEOF
-DEFAULT_PATH="$game_datadir"
-
+#define DEFAULT_PATH "$TRUEPREFIX/share/angband"
ac_ext=c
ac_cpp='$CPP $CPPFLAGS'