openbsd-ports/games/angband/patches/patch-configure

17 lines
344 B
Plaintext
Raw Normal View History

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