summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2010-03-28 12:36:37 +0000
committerPatrick Lauer <patrick@gentoo.org>2010-03-28 12:36:37 +0000
commit23b2a230cc58a014f3f98e5e8ef4f0f494373489 (patch)
tree0f288d36fa93189a68cedcc206a16b6b92f989ce /app-text/tokyodystopia/files
parentApplied upstream patch to fix a crash on startup on the info applet caused by... (diff)
downloadgentoo-2-23b2a230cc58a014f3f98e5e8ef4f0f494373489.tar.gz
gentoo-2-23b2a230cc58a014f3f98e5e8ef4f0f494373489.tar.bz2
gentoo-2-23b2a230cc58a014f3f98e5e8ef4f0f494373489.zip
Bump, fixes #311407
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/tokyodystopia/files')
-rw-r--r--app-text/tokyodystopia/files/fix_ldconfig.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-text/tokyodystopia/files/fix_ldconfig.patch b/app-text/tokyodystopia/files/fix_ldconfig.patch
new file mode 100644
index 000000000000..a75da590ee38
--- /dev/null
+++ b/app-text/tokyodystopia/files/fix_ldconfig.patch
@@ -0,0 +1,12 @@
+diff --git a/Makefile.in b/Makefile.in
+index 60b1036..12f02b0 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -125,7 +125,6 @@ install :
+ cd man && cp -Rf $(MAN3FILES) $(DESTDIR)$(MAN3DIR)
+ mkdir -p $(DESTDIR)$(PCDIR)
+ cp -Rf $(PCFILES) $(DESTDIR)$(PCDIR)
+- [ "$$UID" == 0 ] && ldconfig || true
+ @printf '\n'
+ @printf '#================================================================\n'
+ @printf '# Thanks for using Tokyo Cabinet.\n'