public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Delta Tatham <delta.tatham@me.com>
To: crossgcc@sourceware.org
Cc: Daniel Zauner <delta.tatham@me.com>,	yann.morin.1998@free.fr
Subject: [PATCH 1/2] Prevent zconf.gperf from throwing an error on OSX
Date: Sun, 03 Aug 2014 15:07:00 -0000	[thread overview]
Message-ID: <1407078413-21972-2-git-send-email-delta.tatham@me.com> (raw)
In-Reply-To: <1407078413-21972-1-git-send-email-delta.tatham@me.com>

From: Daniel Zauner <delta.tatham@me.com>

Grabbed this one from the homebrew formula. Might need further adaption for non-OSX
Signed-off-by: Daniel Zauner aka Delta Tatham <delta.tatham@me.com>
---
 kconfig/zconf.gperf | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kconfig/zconf.gperf b/kconfig/zconf.gperf
index c9e690e..21e79e4 100644
--- a/kconfig/zconf.gperf
+++ b/kconfig/zconf.gperf
@@ -7,6 +7,10 @@
 %pic
 %struct-type
 
+%{
+#include <stddef.h>
+%}
+
 struct kconf_id;
 
 static struct kconf_id *kconf_id_lookup(register const char *str, register unsigned int len);
-- 
1.9.3 (Apple Git-50)


--
For unsubscribe information see http://sourceware.org/lists.html#faq

  parent reply	other threads:[~2014-08-03 15:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-03 15:07 [PATCH 0/2] OSX: Patches to make ct-ng compile & build on OSX 10.10 Delta Tatham
2014-08-03 15:07 ` [PATCH 2/2] Patches to enable compilation " Delta Tatham
2014-08-03 15:07 ` Delta Tatham [this message]
2014-08-05  5:20   ` [PATCH 1/2] Prevent zconf.gperf from throwing an error on OSX Bryan Hundven
2014-08-05  5:42     ` Fernando Ortiz (e2k)
2014-08-05  7:38       ` Bryan Hundven
2014-08-06 16:52         ` Fernando Ortiz (e2k)
2014-10-16 16:27 Jason T. Masker
2014-10-16 16:30 ` Bryan Hundven
2014-10-16 20:54   ` Gmail
2014-10-16 16:32 ` Bryan Hundven
2014-10-16 16:45   ` Jason T. Masker

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=1407078413-21972-2-git-send-email-delta.tatham@me.com \
    --to=delta.tatham@me.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).