diff options
author | zeising <zeising@FreeBSD.org> | 2012-09-13 18:34:25 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2012-09-13 18:34:25 +0800 |
commit | 685d69eeb0d9e77ffe06d3ac798d214329594006 (patch) | |
tree | e8c984971816f3939f14740fa9be87a2fdf905f9 /games/xeyesplus | |
parent | 1246ad8d4a611da2619d30a38f78d79f2ff44b8d (diff) | |
download | freebsd-ports-gnome-685d69eeb0d9e77ffe06d3ac798d214329594006.tar.gz freebsd-ports-gnome-685d69eeb0d9e77ffe06d3ac798d214329594006.tar.zst freebsd-ports-gnome-685d69eeb0d9e77ffe06d3ac798d214329594006.zip |
Fix build with clang.
Approved by: kwm (mentor)
Diffstat (limited to 'games/xeyesplus')
-rw-r--r-- | games/xeyesplus/files/patch-xeyes+.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xeyesplus/files/patch-xeyes+.c b/games/xeyesplus/files/patch-xeyes+.c new file mode 100644 index 000000000000..183f6fa5cb34 --- /dev/null +++ b/games/xeyesplus/files/patch-xeyes+.c @@ -0,0 +1,11 @@ +--- xeyes+.c.orig 2012-09-11 09:39:46.000000000 +0200 ++++ xeyes+.c 2012-09-11 09:40:06.000000000 +0200 +@@ -111,7 +111,7 @@ + } + + +-void main(argc, argv) ++int main(argc, argv) + int argc; + char **argv; + { |