diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2012-09-13 10:34:25 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2012-09-13 10:34:25 +0000 |
commit | b0292cd9e0f30b0e15cd8cf6939a25e9400ec3d0 (patch) | |
tree | e8c984971816f3939f14740fa9be87a2fdf905f9 /games/xeyesplus | |
parent | e5b4fb586a2db66843e7f7598f859f1bc99b36d3 (diff) | |
download | ports-b0292cd9e0f30b0e15cd8cf6939a25e9400ec3d0.tar.gz ports-b0292cd9e0f30b0e15cd8cf6939a25e9400ec3d0.zip |
Notes
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; + { |