Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/gnunet/files: 0.7.3-libtool.patch 0.7.3-configure.patch
Date: Mon, 30 Jun 2008 16:09:53
Message-Id: E1KDLwo-0006hR-OO@stork.gentoo.org
1 armin76 08/06/30 16:09:46
2
3 Added: 0.7.3-libtool.patch 0.7.3-configure.patch
4 Log:
5 Add patch to fix bugs #226195 and #220765
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8 i686)
7
8 Revision Changes Path
9 1.1 net-p2p/gnunet/files/0.7.3-libtool.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet/files/0.7.3-libtool.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet/files/0.7.3-libtool.patch?rev=1.1&content-type=text/plain
13
14 Index: 0.7.3-libtool.patch
15 ===================================================================
16 Index: configure.ac
17 ===================================================================
18 --- configure.ac (revision 6742)
19 +++ configure.ac (revision 6836)
20 @@ -39,9 +39,9 @@
21 AC_LIBTOOL_WIN32_DLL
22 AC_LIBLTDL_INSTALLABLE
23 AC_PROG_LIBTOOL
24 -AC_CONFIG_SUBDIRS(libltdl)
25 AC_CANONICAL_HOST
26 AC_LIB_LTDL
27 +m4_ifdef([_AC_SEEN_TAG(libltdl)], [], [AC_CONFIG_SUBDIRS(libltdl)])
28 AC_SUBST(LTDLINCL)
29 AC_SUBST(LIBLTDL)
30 AC_SUBST(MKDIR_P)
31
32
33
34 1.1 net-p2p/gnunet/files/0.7.3-configure.patch
35
36 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet/files/0.7.3-configure.patch?rev=1.1&view=markup
37 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/gnunet/files/0.7.3-configure.patch?rev=1.1&content-type=text/plain
38
39 Index: 0.7.3-configure.patch
40 ===================================================================
41 svn diff -r7052:7110 https://gnunet.org/svn/GNUnet/configure.ac
42 r7110 | amatus | 2008-06-09 18:34:31 +0200 (Mo, 09 Jun 2008) | 2 lines
43 Added AC_PROG_CXX to make configure work in archlinux.
44
45 See also https://bugs.gentoo.org/show_bug.cgi?id=226195
46
47 Index: configure.ac
48 ===================================================================
49 --- configure.ac (revision 7052)
50 +++ configure.ac (revision 7110)
51 @@ -31,6 +31,7 @@
52 AC_PROG_AWK
53 AC_PROG_CC
54 AC_PROG_CPP
55 +AC_PROG_CXX
56 AC_PROG_INSTALL
57 AC_PROG_LN_S
58 AC_PROG_MAKE_SET
59
60
61
62 --
63 gentoo-commits@l.g.o mailing list