Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/hamlib/files: hamlib-ltdl.diff
Date: Sat, 27 Dec 2008 17:11:50
Message-Id: E1LGchX-0003Zg-F9@stork.gentoo.org
1 darkside 08/12/27 17:11:47
2
3 Added: hamlib-ltdl.diff
4 Log:
5 Add patch to allow hamlib to use the system libltdl instead of a bundled one, patch by Thomas Beierlein. bug 252326
6 (Portage version: 2.2_rc19/cvs/Linux 2.6.27.10 x86_64)
7
8 Revision Changes Path
9 1.1 media-libs/hamlib/files/hamlib-ltdl.diff
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/files/hamlib-ltdl.diff?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/files/hamlib-ltdl.diff?rev=1.1&content-type=text/plain
13
14 Index: hamlib-ltdl.diff
15 ===================================================================
16 --- Makefile.am.orig 2008-12-27 15:31:15.000000000 +0100
17 +++ Makefile.am 2008-12-27 15:31:47.000000000 +0100
18 @@ -10,11 +10,11 @@
19 README.betatester README.win32 hamlib.spec
20
21 # BINDINGS_LIST subdirs are no longer built
22 -SUBDIRS = macros include lib libltdl src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
23 +SUBDIRS = macros include lib src @BACKEND_LIST@ @ROT_BACKEND_LIST@ \
24 @BINDINGS@ tests doc
25
26 # tcl, perl, and kylix subdirs are no longer distributed
27 -DIST_SUBDIRS = macros include lib libltdl src c++ bindings tests doc \
28 +DIST_SUBDIRS = macros include lib src c++ bindings tests doc \
29 icom kenwood aor yaesu dummy pcr alinco uniden tentec kachina jrc \
30 rpcrig winradio easycomm fodtrack rpcrot gnuradio drake rotorez \
31 flexradio sartek lowe rft tapr kit skanti wj racal tuner \
32 --- configure.ac.orig 2008-12-27 12:59:03.000000000 +0100
33 +++ configure.ac 2008-12-27 12:59:48.000000000 +0100
34 @@ -174,7 +174,7 @@
35 ## ------------------------ ##
36 dnl Enable building of the convenience library
37 dnl and set LIBLTDL accordingly
38 -AC_LIBLTDL_CONVENIENCE
39 +AC_LIBLTDL_INSTALLABLE
40 dnl Substitute INCLTDL and LIBLTDL in the Makefiles
41 AC_SUBST([INCLTDL])
42 AC_SUBST([LIBLTDL])
43 @@ -187,7 +187,7 @@
44 AC_SUBST([LIBTOOL_DEPS])
45 AC_LIB_LTDL
46 dnl Configure libltdl
47 -AC_CONFIG_SUBDIRS(libltdl)
48 +#AC_CONFIG_SUBDIRS(libltdl)
49
50 case "$host_os" in
51 darwin* | rhapsody*)