From c6667ffa7404a0fe83f03944e363d00fb210eb86 Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 28 Sep 2011 06:35:43 +0000 Subject: Fix build error with clang. --- x11-clocks/bclock/files/patch-bclock.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11-clocks/bclock/files/patch-bclock.c (limited to 'x11-clocks/bclock') diff --git a/x11-clocks/bclock/files/patch-bclock.c b/x11-clocks/bclock/files/patch-bclock.c new file mode 100644 index 000000000000..4a021337f346 --- /dev/null +++ b/x11-clocks/bclock/files/patch-bclock.c @@ -0,0 +1,11 @@ +--- bclock.c.orig 2011-09-28 14:32:42.000000000 +0800 ++++ bclock.c 2011-09-28 14:33:26.000000000 +0800 +@@ -88,7 +88,7 @@ static XrmOptionDescRec options[] = { + {"-transparent","*clock.transparent", XrmoptionNoArg, "TRUE"}, + }; + +-void main(argc, argv) ++int main(argc, argv) + int argc; + char **argv; + { -- cgit v1.2.3