Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 157471 Details for
Bug 228021
net-im/jabberd-1.6.1.1 fails to compile with MAKEOPTS="-j5" and fails to install
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Fixes the second issue
commit-7d4cc66 (text/plain), 1.62 KB, created by
Thomas Anderson (tanderson) (RETIRED)
on 2008-06-18 17:27:38 UTC
(
hide
)
Description:
Fixes the second issue
Filename:
MIME Type:
Creator:
Thomas Anderson (tanderson) (RETIRED)
Created:
2008-06-18 17:27:38 UTC
Size:
1.62 KB
patch
obsolete
>commit 7d4cc66c4d0515f28840c9e40a8f1cdbea525c2f >Author: Thomas Anderson <gentoofan23@gmail.com> >Date: Wed Jun 18 13:40:39 2008 -0400 > > Patch po/Makefile.am not po/Makefile.in so that it isn't overwritenn with eautoreconf > >diff --git a/net-im/jabberd/files/jabberd-1.6.1.1-sandbox.patch b/net-im/jabberd/files/jabberd-1.6.1.1-sandbox.patch >index 5744018..5653f1e 100644 >--- a/net-im/jabberd/files/jabberd-1.6.1.1-sandbox.patch >+++ b/net-im/jabberd/files/jabberd-1.6.1.1-sandbox.patch >@@ -1,14 +1,11 @@ >-diff -ur jabberd14-1.6.1.1.orig/po/Makefile.in jabberd14-1.6.1.1.patched/po/Makefile.in >---- jabberd14-1.6.1.1.orig/po/Makefile.in 2007-07-19 04:24:44.000000000 +0600 >-+++ jabberd14-1.6.1.1.patched/po/Makefile.in 2008-01-11 18:05:36.000000000 +0500 >-@@ -335,8 +335,8 @@ >+--- jabberd14-1.6.1.1-orig/po/Makefile.am 2007-04-07 15:43:17.000000000 -0400 >++++ jabberd14-1.6.1.1/po/Makefile.am 2008-06-18 13:35:10.000000000 -0400 >+@@ -11,6 +11,6 @@ > > install-data-hook: > -for f in $(LANGS); do \ > - test -z "$(localedir)/$${f%.po}/LC_MESSAGES" || $(mkdir_p) "$(localedir)/$${f%.po}/LC_MESSAGES"; \ > - msgfmt -o "$(localedir)/$${f%.po}/LC_MESSAGES/jabberd14.mo" $$f; \ >-+ test -z "$(DESTDIR)$(localedir)/$${f%.po}/LC_MESSAGES" || $(mkdir_p) "$(DESTDIR)$(localedir)/$${f%.po}/LC_MESSAGES"; \ >++ test -z "$(localedir)/$${f%.po}/LC_MESSAGES" || $(mkdir_p) "$(DESTDIR)/$(localedir)/$${f%.po}/LC_MESSAGES"; \ > + msgfmt -o "$(DESTDIR)$(localedir)/$${f%.po}/LC_MESSAGES/jabberd14.mo" $$f; \ > done >- # Tell versions [3.59,3.63) of GNU make to not export all variables. >- # Otherwise a system limit (for SysV at least) may be exceeded.
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 228021
:
157455
|
157457
|
157461
|
157471
|
157563