diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 19:39:50 +0000 |
commit | d9616e5a763d1ab83ebac479e3b2222db5c3f87f (patch) | |
tree | a08c8f6002f7c1660aaa80e0f9cf61cd9d71151c /games/xsokoban/files/patch-config_local.h | |
parent | - Update to 1.9, announce message: (diff) |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify.
Notes
Notes:
svn path=/head/; revision=363239
Diffstat (limited to 'games/xsokoban/files/patch-config_local.h')
-rw-r--r-- | games/xsokoban/files/patch-config_local.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xsokoban/files/patch-config_local.h b/games/xsokoban/files/patch-config_local.h new file mode 100644 index 000000000000..94787997e3ec --- /dev/null +++ b/games/xsokoban/files/patch-config_local.h @@ -0,0 +1,19 @@ +*** config_local.h.orig Sun Apr 16 00:50:16 1995 +--- config_local.h Mon Nov 18 18:33:14 1996 +*************** +*** 61,67 **** + #define LOCALTIME_PROTO 1 + + /* Is there a nl_langinfo() call? */ +! #define HAVE_NL_LANGINFO 1 + + /* Is there a working <sys/param.h> */ + #define HAVE_SYS_PARAM_H 1 +--- 61,67 ---- + #define LOCALTIME_PROTO 1 + + /* Is there a nl_langinfo() call? */ +! #undef HAVE_NL_LANGINFO + + /* Is there a working <sys/param.h> */ + #define HAVE_SYS_PARAM_H 1 |