aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2011-07-31 00:18:03 +0800
committerrene <rene@FreeBSD.org>2011-07-31 00:18:03 +0800
commit78be11937ed774d7a0615d9144aef307dee9b7ab (patch)
tree0846deef1309526efeaeadcd782d76cc592bbb2f /games
parentd722c91727a103f26f3848c2a991310231410a09 (diff)
downloadfreebsd-ports-gnome-78be11937ed774d7a0615d9144aef307dee9b7ab.tar.gz
freebsd-ports-gnome-78be11937ed774d7a0615d9144aef307dee9b7ab.tar.zst
freebsd-ports-gnome-78be11937ed774d7a0615d9144aef307dee9b7ab.zip
Fix build with clang
PR: ports/158558 Submitted by: Niclas Zeising [niclas.zeising gmail.com]
Diffstat (limited to 'games')
-rw-r--r--games/blackjack/files/patch-main.cpp10
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