diff options
author | eadler <eadler@FreeBSD.org> | 2012-01-09 10:43:50 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-01-09 10:43:50 +0800 |
commit | 033e0b99bf1f7144ebcd1333f08a7e22cedc2ba7 (patch) | |
tree | 5fadd762a13480e877e6b0928a0a49d4474ead4e /games/oonsoo | |
parent | 9bfac4d206b1cc23f6d42168eca3d9426967992d (diff) | |
download | freebsd-ports-gnome-033e0b99bf1f7144ebcd1333f08a7e22cedc2ba7.tar.gz freebsd-ports-gnome-033e0b99bf1f7144ebcd1333f08a7e22cedc2ba7.tar.zst freebsd-ports-gnome-033e0b99bf1f7144ebcd1333f08a7e22cedc2ba7.zip |
Fix build with clang as compiler
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 |