diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-14 03:46:33 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-14 03:46:33 +0800 |
commit | f90212246b3b6d55a5dfe114efd4b1476cd30646 (patch) | |
tree | 2dcdd906cfa7d29b26d1b9e1d5a5ae074ef9f996 /games/gnome-games | |
parent | aec4e1cfa3246269a5e9db524aafe64485ebdacd (diff) | |
download | freebsd-ports-gnome-f90212246b3b6d55a5dfe114efd4b1476cd30646.tar.gz freebsd-ports-gnome-f90212246b3b6d55a5dfe114efd4b1476cd30646.tar.zst freebsd-ports-gnome-f90212246b3b6d55a5dfe114efd4b1476cd30646.zip |
Fix the build on 4.X.
Reported by: GNOME Tinderbox
Diffstat (limited to 'games/gnome-games')
-rw-r--r-- | games/gnome-games/files/patch-blackjack_src_game.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnome-games/files/patch-blackjack_src_game.cpp b/games/gnome-games/files/patch-blackjack_src_game.cpp new file mode 100644 index 000000000000..e99798100783 --- /dev/null +++ b/games/gnome-games/files/patch-blackjack_src_game.cpp @@ -0,0 +1,10 @@ +--- blackjack/src/game.cpp.orig Wed Apr 13 15:44:11 2005 ++++ blackjack/src/game.cpp Wed Apr 13 15:45:24 2005 +@@ -24,6 +24,7 @@ + + #include <stdlib.h> + #include <string.h> ++#include <ctype.h> + #include <glib/gi18n.h> + #include <glib/gstdio.h> + #include <libxml/tree.h> |