Gentoo Archives: gentoo-commits

From: "Justin Bronder (jsbronder)" <jsbronder@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-cluster/lam-mpi/files: lam-mpi-7.1.4-libtool.patch
Date: Sun, 25 Jan 2009 21:01:33
Message-Id: E1LRC6k-0004oQ-Qj@stork.gentoo.org
1 jsbronder 09/01/25 21:01:30
2
3 Added: lam-mpi-7.1.4-libtool.patch
4 Log:
5 Revbump lam-mpi-7.1.4-r1. Patch to fix when using libtool-2.2+, #228183. Also remove sweep to avoid file conflict with media-libs/sweep, #245439 c2.
6 (Portage version: 2.2_rc23/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 sys-cluster/lam-mpi/files/lam-mpi-7.1.4-libtool.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/lam-mpi/files/lam-mpi-7.1.4-libtool.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-cluster/lam-mpi/files/lam-mpi-7.1.4-libtool.patch?rev=1.1&content-type=text/plain
13
14 Index: lam-mpi-7.1.4-libtool.patch
15 ===================================================================
16 --- configure.in.orig 2008-08-05
17 +++ configure.in 2008-08-05
18 @@ -2188,7 +2188,9 @@
19 # 1.5) because it has support for a lot more things than older
20 # versions of libtool (which are generally installed by default).
21
22 -AC_LIBLTDL_CONVENIENCE(share/libltdl)
23 +LT_INIT
24 +LT_CONFIG_LTDL_DIR(share/libltdl)
25 +AC_WITH_LTDL
26 AC_SUBST(LTDLINCL)
27 AC_SUBST(LIBLTDL)
28 AC_LIBTOOL_DLOPEN
29 --- config/lam_get_libtool_linker_flags.m4 2009-01-25 18:36:24.711775913 +0000
30 +++ config/lam_get_libtool_linker_flags.m4 2009-01-25 18:44:34.313772215 +0000
31 @@ -94,6 +94,8 @@
32 -L${libdir}) ;;
33 -L${prefix}/lib) ;;
34 -L${exec_prefix}/lib) ;;
35 + libtool:) ;;
36 + link:) ;;
37 -l*)
38 extra_libs="$extra_libs [$]1"
39 LAM_LOG_MSG([added to EXTRA_LIBS: [$]1])