summaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-09-28 06:35:43 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-09-28 06:35:43 +0000
commitc6667ffa7404a0fe83f03944e363d00fb210eb86 (patch)
tree0b9a504f2ed23e3c3e48414e46ec76d08dc868a3 /x11-clocks
parent- Remove graphics/pgperl (diff)
Fix build error with clang.
Notes
Notes: svn path=/head/; revision=282554
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/bclock/files/patch-bclock.c11
1 files changed, 11 insertions, 0 deletions
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;
+ {