All of lore.kernel.org
 help / color / mirror / Atom feed
From: Holger Hans Peter Freyther <holger+oe@freyther.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: imagemagick-native-6.3.5 compile problems
Date: Mon, 12 Oct 2009 04:22:19 +0200	[thread overview]
Message-ID: <200910120422.20135.holger+oe@freyther.de> (raw)
In-Reply-To: <fd72b8f50910110914u3b9ddbfcsaea33748a3a68345@mail.gmail.com>

On Sunday 11 October 2009 18:14:07 mail mail wrote:
> Hi, Holger Hans Peter Freyther
> Thank you for your direction. I finished compile it and here is my patch:
> 
> --- delegate.c    2007-09-11 11:20:41.000000000 +0800
> +++ delegate.c    2009-10-12 00:04:45.000000000 +0800
> @@ -769,7 +769,7 @@
>    /*
>      Copy source file to destination.
>    */
> -  destination_file=open(destination,O_WRONLY | O_BINARY | O_CREAT);
> +  destination_file=open(destination,O_WRONLY | O_BINARY | O_CREAT, 0777);
>    if (destination_file == -1)
>      return;
>    source_file=open(source,O_RDONLY | O_BINARY);

great. Could you please do one more thing. Change the image-magick recipe to 
apply this patch (e.g. by adding SRC_URI += file://fix-native-
compile.patch;patch=1) and then use git add on the patch and create a git 
commit which adds the patch, patches image-magick and use git format-patch to 
send this to the mailinglist?

With patches coming from git format-patch we can use git am to apply them.

	z.



  reply	other threads:[~2009-10-12  2:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-11 14:37 imagemagick-native-6.3.5 compile problems mail mail
2009-10-11 14:58 ` Holger Hans Peter Freyther
2009-10-11 15:53   ` mail mail
2009-10-11 16:14     ` mail mail
2009-10-12  2:22       ` Holger Hans Peter Freyther [this message]
2009-10-12  5:36         ` derek he
2009-10-12  6:09           ` Holger Hans Peter Freyther

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=200910120422.20135.holger+oe@freyther.de \
    --to=holger+oe@freyther.de \
    --cc=openembedded-devel@lists.openembedded.org \
    /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.
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.