Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/tokyocabinet/files: 1.4.45.patch 1.4.43.patch 1.4.44.patch
Date: Wed, 02 Jun 2010 10:55:22
Message-Id: 20100602105517.E8EB52C3ED@corvid.gentoo.org
1 patrick 10/06/02 10:55:17
2
3 Added: 1.4.45.patch
4 Removed: 1.4.43.patch 1.4.44.patch
5 Log:
6 Bump, fixes #321171, thanks to Johan Bergstroem
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-db/tokyocabinet/files/1.4.45.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/files/1.4.45.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/tokyocabinet/files/1.4.45.patch?rev=1.1&content-type=text/plain
14
15 Index: 1.4.45.patch
16 ===================================================================
17 diff --git a/Makefile.in b/Makefile.in
18 index 973bf81..e44f0a8 100644
19 --- a/Makefile.in
20 +++ b/Makefile.in
21 @@ -125,7 +125,6 @@ install :
22 cd man && cp -Rf $(MAN3FILES) $(DESTDIR)$(MAN3DIR)
23 mkdir -p $(DESTDIR)$(PCDIR)
24 cp -Rf $(PCFILES) $(DESTDIR)$(PCDIR)
25 - [ "$$UID" = 0 ] && ldconfig || true
26 @printf '\n'
27 @printf '#================================================================\n'
28 @printf '# Thanks for using Tokyo Cabinet.\n'