diff options
author | Rene Ladan <rene@FreeBSD.org> | 2011-07-30 16:18:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2011-07-30 16:18:03 +0000 |
commit | 8d826f4c94fe70151b21709c7e8b8b642d902d7a (patch) | |
tree | de67c6aa4d2ede203ebfe9b0efd922b408a0d8eb /games/blackjack/files/patch-main.cpp | |
parent | Version upgrade: 3.7.20 -> 3.7.24. (diff) |
Fix build with clang
PR: ports/158558
Submitted by: Niclas Zeising [niclas.zeising gmail.com]
Notes
Notes:
svn path=/head/; revision=278585
Diffstat (limited to 'games/blackjack/files/patch-main.cpp')
-rw-r--r-- | games/blackjack/files/patch-main.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/blackjack/files/patch-main.cpp b/games/blackjack/files/patch-main.cpp new file mode 100644 index 000000000000..f42e8af1c47a --- /dev/null +++ b/games/blackjack/files/patch-main.cpp @@ -0,0 +1,10 @@ +--- main.cpp.orig 1998-02-11 05:33:13.000000000 +0100 ++++ main.cpp 2011-07-01 11:00:18.000000000 +0200 +@@ -42,6 +42,7 @@ + + //***************************************************************************** + ++int + main ( int argc, char **argv ) { + QFont font("adobe", 12, QFont::Bold); + QFont::setDefaultFont(font);
\ No newline at end of file |