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 dev-dotnet/podsleuth/files: podsleuth-0.6.2-sgutils2.patch
Date: Sun, 31 Aug 2008 21:30:33
Message-Id: E1KZuVD-0000u9-0G@stork.gentoo.org
1 loki_val 08/08/31 21:30:31
2
3 Added: podsleuth-0.6.2-sgutils2.patch
4 Log:
5 I though I had added this ages ago wrt bug 233960 and bug 233710, but apparently that was all in my mind. Bumping.
6 (Portage version: 2.2_rc8/cvs/Linux 2.6.25.8 i686)
7
8 Revision Changes Path
9 1.1 dev-dotnet/podsleuth/files/podsleuth-0.6.2-sgutils2.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/files/podsleuth-0.6.2-sgutils2.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/podsleuth/files/podsleuth-0.6.2-sgutils2.patch?rev=1.1&content-type=text/plain
13
14 Index: podsleuth-0.6.2-sgutils2.patch
15 ===================================================================
16 diff -NrU5 podsleuth-0.6.2.orig/m4/podsleuth.m4 podsleuth-0.6.2/m4/podsleuth.m4
17 --- podsleuth-0.6.2.orig/m4/podsleuth.m4 2008-08-02 23:21:58.000000000 +0200
18 +++ podsleuth-0.6.2/m4/podsleuth.m4 2008-08-02 23:23:45.000000000 +0200
19 @@ -31,11 +31,13 @@
20 ])
21
22 AC_DEFUN([PODSLEUTH_CHECK_SGUTILS],
23 [
24 AC_CHECK_LIB(sgutils, sg_ll_inquiry, [],
25 - AC_MSG_ERROR([Error! You need to have libsgutils.])
26 + AC_CHECK_LIB(sgutils2, sg_ll_inquiry, [],
27 + AC_MSG_ERROR([Error! You need to have libsgutils/libsgutils2.])
28 + )
29 )
30 ])
31
32 AC_DEFUN([PODSLEUTH_CHECK_UPDATE_DIR],
33 [