Gentoo Archives: gentoo-commits

From: "Matsuu Takuto (matsuu)" <matsuu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-dicts/gwaei/files: gwaei-1.0_beta2-gentoo.patch
Date: Sun, 03 May 2009 05:31:00
Message-Id: E1M0UHt-0000Xk-HV@stork.gentoo.org
1 matsuu 09/05/03 05:30:53
2
3 Added: gwaei-1.0_beta2-gentoo.patch
4 Log:
5 Version bumped.
6 (Portage version: 2.1.6.11/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-dicts/gwaei/files/gwaei-1.0_beta2-gentoo.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/files/gwaei-1.0_beta2-gentoo.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-dicts/gwaei/files/gwaei-1.0_beta2-gentoo.patch?rev=1.1&content-type=text/plain
13
14 Index: gwaei-1.0_beta2-gentoo.patch
15 ===================================================================
16 diff -Naur gwaei-1.0b2.orig/configure.ac gwaei-1.0b2/configure.ac
17 --- gwaei-1.0b2.orig/configure.ac 2009-05-01 18:46:30.000000000 +0900
18 +++ gwaei-1.0b2/configure.ac 2009-05-03 14:15:34.000000000 +0900
19 @@ -96,12 +96,12 @@
20 ##esac],[libsexy=false])
21 ##AM_CONDITIONAL([WITHOUT_SEXY], [test x$libsexy = xtrue])
22
23 -AC_ARG_ENABLE([gnome],
24 +AC_ARG_WITH([gnome],
25 [ --without-gnome turn off the gnome gui interface],
26 -[case "${enableval}" in
27 +[case "${withval}" in
28 yes) gnome=false ;;
29 no) gnome=true ;;
30 -*) AC_MSG_ERROR([bad value ${enableval} for --without-gnome]) ;;
31 +*) AC_MSG_ERROR([bad value ${withval} for --without-gnome]) ;;
32 esac],[gnome=false])
33 AM_CONDITIONAL([WITHOUT_GNOME], [test x$gnome = xtrue])