openbsd-ports/games/angband/patches/patch-src_config_h
2011-09-15 12:30:30 +00:00

22 lines
565 B
Plaintext

$OpenBSD: patch-src_config_h,v 1.2 2011/09/15 12:30:30 edd Exp $
This was preventing shared saved games/scores from working.
Build system bug -- applied upstream.
--- src/config.h.orig Sun Sep 11 19:51:10 2011
+++ src/config.h Sun Sep 11 19:54:41 2011
@@ -52,11 +52,13 @@
* OPTION: Create and use a hidden directory in the users home directory
* for storing pref files and character dumps.
*/
+#if 0
#ifdef SET_UID
# ifndef PRIVATE_USER_PATH
# define PRIVATE_USER_PATH "~/.angband"
# endif /* PRIVATE_USER_PATH */
#endif /* SET_UID */
+#endif
/*