diff options
Diffstat (limited to 'emacs/23.4/02_all_gameuser.patch')
-rw-r--r-- | emacs/23.4/02_all_gameuser.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/emacs/23.4/02_all_gameuser.patch b/emacs/23.4/02_all_gameuser.patch deleted file mode 100644 index 8e061a0..0000000 --- a/emacs/23.4/02_all_gameuser.patch +++ /dev/null @@ -1,17 +0,0 @@ -http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7717 - ---- emacs-23.2-orig/configure.in -+++ emacs-23.2/configure.in -@@ -175,6 +175,12 @@ - This option is only used on x86-64 and s390x GNU/Linux architectures.])]) - CRT_DIR="${with_crt_dir}" - -+AC_ARG_WITH(gameuser,dnl -+[AS_HELP_STRING([--with-gameuser=USER],[user for shared game score files])]) -+test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \ -+ && gameuser="${with_gameuser}" -+test "X$gameuser" = X && gameuser=games -+ - AC_ARG_WITH([gnustep-conf],dnl - [AS_HELP_STRING([--with-gnustep-conf=PATH],[path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, or /etc/GNUstep/GNUstep.conf])]) - test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \ |