Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/yaz/files: yaz-3.0.16-icu-automagic.patch digest-yaz-3.0.16
Date: Mon, 24 Dec 2007 12:32:08
Message-Id: E1J6mTS-0004q6-V1@stork.gentoo.org
1 armin76 07/12/24 12:32:02
2
3 Added: yaz-3.0.16-icu-automagic.patch digest-yaz-3.0.16
4 Log:
5 Version bump, Bug 185287, from the php-overlay
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.1 dev-libs/yaz/files/yaz-3.0.16-icu-automagic.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/files/yaz-3.0.16-icu-automagic.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/files/yaz-3.0.16-icu-automagic.patch?rev=1.1&content-type=text/plain
13
14 Index: yaz-3.0.16-icu-automagic.patch
15 ===================================================================
16 --- configure.ac.orig 2007-11-12 09:58:16.000000000 +0100
17 +++ configure.ac 2007-12-18 13:22:33.000000000 +0100
18 @@ -314,10 +314,14 @@
19 AC_SUBST(YAZ_CONFIG_CFLAGS)
20 dnl
21 dnl
22 -AC_CHECK_ICU([3.6],[
23 - ICU_CPPFLAGS="$ICU_CPPFLAGS -D YAZ_HAVE_ICU=1"],[
24 - AC_MSG_WARN([For ICU support please install libicu36-dev or similar])
25 -])
26 +dnl ------ ICU
27 +AC_ARG_ENABLE(icu, [ --enable-icu enable ICU support],[enable_icu=$enableval],[enable_icu=no])
28 +if test "$enable_icu" = "yes"; then
29 + AC_CHECK_ICU([3.6],[
30 + ICU_CPPFLAGS="$ICU_CPPFLAGS -D YAZ_HAVE_ICU=1"],[
31 + AC_MSG_ERROR([For ICU support please install libicu36-dev or similar])
32 + ])
33 +fi
34 dnl ------ GNU threads
35 HAVETHREADS=0
36 AC_ARG_ENABLE(pth, [ --enable-pth enable GNU threads],[enable_pth=$enableval],[enable_pth=no])
37
38
39
40 1.1 dev-libs/yaz/files/digest-yaz-3.0.16
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/files/digest-yaz-3.0.16?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/yaz/files/digest-yaz-3.0.16?rev=1.1&content-type=text/plain
44
45 Index: digest-yaz-3.0.16
46 ===================================================================
47 MD5 ccaf14874f65e0519809b41181a5adea yaz-3.0.16.tar.gz 1817589
48 RMD160 228bd3dea04168debb7a6cc13d9883aba9c53f10 yaz-3.0.16.tar.gz 1817589
49 SHA256 1040c9a8234de250882c54dce10458f23d9064b13a963d888ddae111bc0bb246 yaz-3.0.16.tar.gz 1817589
50
51
52
53 --
54 gentoo-commits@g.o mailing list