Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+/files: gtk+-2.12.9-libtool-2.patch
Date: Mon, 28 Apr 2008 21:12:54
Message-Id: E1JqaeZ-0001Ww-R2@stork.gentoo.org
1 eva 08/04/28 21:12:51
2
3 Added: gtk+-2.12.9-libtool-2.patch
4 Log:
5 Fix libtool usage for configure stage, bug #213789.
6 Fix bug #197899 by raising gtk-doc to 1.8 (as per upstream svn).
7 (Portage version: 2.1.5_rc5)
8
9 Revision Changes Path
10 1.1 x11-libs/gtk+/files/gtk+-2.12.9-libtool-2.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.12.9-libtool-2.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtk+/files/gtk+-2.12.9-libtool-2.patch?rev=1.1&content-type=text/plain
14
15 Index: gtk+-2.12.9-libtool-2.patch
16 ===================================================================
17 #############
18 # Taken from
19 # http://www.mail-archive.com/pld-cvs-commit@×××××××××××××××.org/msg135168.html
20 #############
21
22 --- gtk+-2.12.9/configure.in.orig 2008-03-12 05:17:28.000000000 +0100
23 +++ gtk+-2.12.9/configure.in 2008-04-22 14:48:55.434333756 +0200
24 @@ -166,6 +166,8 @@
25
26 AC_LIBTOOL_WIN32_DLL
27 AM_PROG_LIBTOOL
28 +dnl when using libtool 2.x create libtool early, because it's used in configure
29 +m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
30
31 # Make sure we use 64-bit versions of various file stuff.
32 AC_SYS_LARGEFILE
33 @@ -377,7 +379,7 @@
34 case $enable_explicit_deps in
35 auto)
36 export SED
37 - deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
38 + deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
39 if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
40 enable_explicit_deps=yes
41 else
42
43
44
45 --
46 gentoo-commits@l.g.o mailing list