From: Marius Bakke <mbakke@fastmail.com>
To: Oleg Pykhalov <go.wigust@gmail.com>, 30554@debbugs.gnu.org
Subject: [bug#30554] [PATCH] gnu: mlt: Fix compilation against glibc 2.26.
Date: Thu, 22 Feb 2018 15:04:40 +0100 [thread overview]
Message-ID: <871shdaznr.fsf@fastmail.com> (raw)
In-Reply-To: <20180220184541.5492-1-go.wigust@gmail.com>
[-- Attachment #1: Type: text/plain, Size: 1014 bytes --]
Oleg Pykhalov <go.wigust@gmail.com> writes:
> * gnu/packages/video.scm (mlt)[source](snippet, modules): New fields.
> ---
> gnu/packages/video.scm | 7 ++++++-
> 1 file changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
> index 1f6a5ea33..38b762469 100644
> --- a/gnu/packages/video.scm
> +++ b/gnu/packages/video.scm
> @@ -1737,7 +1737,12 @@ from sites like Twitch.tv and pipes them into a video player of choice.")
> (file-name (string-append name "-" version ".tar.gz"))
> (sha256
> (base32
> - "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47"))))
> + "10m3ry0b2pvqx3bk34qh5dq337nn8pkc2gzfyhsj4nv9abskln47"))
> + (modules '((guix build utils)))
> + (snippet
> + ;; As of glibc 2.26, <xlocale.h> no longer is.
> + '(substitute* "src/framework/mlt_property.h"
> + (("xlocale\\.h") "locale.h")))))
LGTM.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]
next prev parent reply other threads:[~2018-02-22 14:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-20 18:45 [bug#30554] [PATCH] gnu: mlt: Fix compilation against glibc 2.26 Oleg Pykhalov
2018-02-22 14:04 ` Marius Bakke [this message]
2018-02-22 18:46 ` bug#30554: " Oleg Pykhalov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871shdaznr.fsf@fastmail.com \
--to=mbakke@fastmail.com \
--cc=30554@debbugs.gnu.org \
--cc=go.wigust@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.