From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/matchbox
Date: Tue, 4 Nov 2008 14:28:59 -0800 (PST) [thread overview]
Message-ID: <20081104222859.1897A3C810@busybox.net> (raw)
Author: jacmet
Date: 2008-11-04 14:28:58 -0800 (Tue, 04 Nov 2008)
New Revision: 23926
Log:
matchbox: fix mb-applet-startup-monitor compilation (TRUE/FALSE issue)
Added:
trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch
Modified:
trunk/buildroot/package/matchbox/matchbox.mk
Changeset:
Modified: trunk/buildroot/package/matchbox/matchbox.mk
===================================================================
--- trunk/buildroot/package/matchbox/matchbox.mk 2008-11-04 21:44:28 UTC (rev 23925)
+++ trunk/buildroot/package/matchbox/matchbox.mk 2008-11-04 22:28:58 UTC (rev 23926)
@@ -126,6 +126,7 @@
$(MATCHBOX_SM_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_SM_SOURCE)
$(MATCHBOX_CAT) $(DL_DIR)/$(MATCHBOX_SM_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
+ toolchain/patch-kernel.sh $(MATCHBOX_SM_DIR) package/matchbox/ mb-applet-startup-monitor\*.patch
touch $(MATCHBOX_SM_DIR)/.unpacked
$(MATCHBOX_CN_DIR)/.unpacked: $(DL_DIR)/$(MATCHBOX_CN_SOURCE)
Added: trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch
===================================================================
--- trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch (rev 0)
+++ trunk/buildroot/package/matchbox/mb-applet-startup-monitor-true-false.patch 2008-11-04 22:28:58 UTC (rev 23926)
@@ -0,0 +1,21 @@
+mbmonitor uses TRUE / FALSE without defining them
+
+Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
+---
+ mbmonitor.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+Index: mb-applet-startup-monitor-0.1/mbmonitor.c
+===================================================================
+--- mb-applet-startup-monitor-0.1.orig/mbmonitor.c
++++ mb-applet-startup-monitor-0.1/mbmonitor.c
+@@ -43,6 +43,9 @@
+ #define POLLTIME 10
+ #define HOURGLASS_N_FRAMES 8
+
++#define FALSE 0
++#define TRUE 1
++
+ typedef struct LaunchList LaunchList;
+
+ struct LaunchList
next reply other threads:[~2008-11-04 22:28 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-11-04 22:28 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-11-04 22:29 [Buildroot] svn commit: trunk/buildroot/package/matchbox jacmet at uclibc.org
2008-10-27 15:15 jacmet at uclibc.org
2008-10-19 7:44 jacmet at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org
2008-06-26 14:04 jacmet at uclibc.org
2007-10-01 8:05 aldot at uclibc.org
2007-08-12 14:11 ulf at uclibc.org
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=20081104222859.1897A3C810@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/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