diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 02:43:50 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-01-09 02:43:50 +0000 |
commit | 73664c4e4372748efe422c82395a5444234ff39b (patch) | |
tree | 6268919e2155de4951818c69b4cb0940b39f3df3 /games/oonsoo | |
parent | 62397e2fbf87257d5546680a8b9a65e119fd87b0 (diff) |
Notes
Diffstat (limited to 'games/oonsoo')
-rw-r--r-- | games/oonsoo/files/patch-main.cxx | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/oonsoo/files/patch-main.cxx b/games/oonsoo/files/patch-main.cxx new file mode 100644 index 000000000000..6197f7d896cf --- /dev/null +++ b/games/oonsoo/files/patch-main.cxx @@ -0,0 +1,10 @@ +--- main.cxx.old 2012-01-08 21:41:40.000000000 -0500 ++++ main.cxx 2012-01-08 21:41:46.000000000 -0500 +@@ -25,6 +25,7 @@ + #include "Engine.hxx" + + ++int + main(int argc, char **argv) + { + // Build the sample collection |