Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in src/patchsets/emacs/23.2: 02_all_gameuser.patch
Date: Wed, 29 Dec 2010 12:12:54
Message-Id: 20101229121243.AF99420057@flycatcher.gentoo.org
1 ulm 10/12/29 12:12:43
2
3 Added: 02_all_gameuser.patch
4 Log:
5 Make gameuser configurable.
6
7 Revision Changes Path
8 1.1 src/patchsets/emacs/23.2/02_all_gameuser.patch
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/emacs/23.2/02_all_gameuser.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/emacs/23.2/02_all_gameuser.patch?rev=1.1&content-type=text/plain
12
13 Index: 02_all_gameuser.patch
14 ===================================================================
15 http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7717
16
17 --- emacs-23.2-orig/configure.in
18 +++ emacs-23.2/configure.in
19 @@ -175,6 +175,12 @@
20 This option is only used on x86-64 and s390x GNU/Linux architectures.])])
21 CRT_DIR="${with_crt_dir}"
22
23 +AC_ARG_WITH(gameuser,dnl
24 +[AS_HELP_STRING([--with-gameuser=USER],[user for shared game score files])])
25 +test "X${with_gameuser}" != X && test "${with_gameuser}" != yes \
26 + && gameuser="${with_gameuser}"
27 +test "X$gameuser" = X && gameuser=games
28 +
29 AC_ARG_WITH([gnustep-conf],dnl
30 [AS_HELP_STRING([--with-gnustep-conf=PATH],[path to GNUstep.conf; default $GNUSTEP_CONFIG_FILE, or /etc/GNUstep/GNUstep.conf])])
31 test "X${with_gnustep_conf}" != X && test "${with_gnustep_conf}" != yes && \