Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libipoddevice/files: libipoddevice-0.5.3-libsgutils2.patch
Date: Sat, 02 Aug 2008 21:08:15
Message-Id: E1KPOKi-0004Hj-OS@stork.gentoo.org
1 loki_val 08/08/02 21:08:12
2
3 Added: libipoddevice-0.5.3-libsgutils2.patch
4 Log:
5 Fix building with >=sys-apps/sg3_utils-1.26, bug 229641. Ed Catmur <ed@×××××××××.uk> supplied the patch. Again.
6 (Portage version: 2.2_rc6/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 media-libs/libipoddevice/files/libipoddevice-0.5.3-libsgutils2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/files/libipoddevice-0.5.3-libsgutils2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/libipoddevice/files/libipoddevice-0.5.3-libsgutils2.patch?rev=1.1&content-type=text/plain
13
14 Index: libipoddevice-0.5.3-libsgutils2.patch
15 ===================================================================
16 --- configure.ac 2008/06/26 23:06:04 1.1
17 +++ configure.ac 2008/06/26 23:06:38
18 @@ -49,7 +49,9 @@ if test "x$hal_eject" = "xyes"; then
19 fi
20
21 AC_CHECK_LIB(sgutils, sg_ll_inquiry, HAL_IPOD_INFO_LIBS="-lsgutils",
22 - AC_MSG_ERROR([Error! You need to have libsgutils.])
23 +AC_CHECK_LIB(sgutils2, sg_ll_inquiry, HAL_IPOD_INFO_LIBS="-lsgutils2",
24 + AC_MSG_ERROR([Error! You need to have libsgutils/libsgutils2.])
25 +)
26 )
27
28 AC_SUBST(HAL_IPOD_INFO_LIBS)