diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-26 06:58:47 +0800 |
commit | 7d01e4a628965ce03dead32c92482673bae14c61 (patch) | |
tree | 224d7c79483b1acbe60934c3dab2163fa4b35811 /games/foobillard/files | |
parent | 9469a9081eb8889e83b4efcf059fb080c0dfd366 (diff) | |
download | freebsd-ports-gnome-7d01e4a628965ce03dead32c92482673bae14c61.tar.gz freebsd-ports-gnome-7d01e4a628965ce03dead32c92482673bae14c61.tar.zst freebsd-ports-gnome-7d01e4a628965ce03dead32c92482673bae14c61.zip |
- Fix compatibility problemes with freetype2-2.2.1_1
- Update maintainer mail adress
- Bump PORTREVISION
PR: ports/108310
Submitted by: Thomas Vogt <thomas@bsdunix.ch> (maintainer)
Diffstat (limited to 'games/foobillard/files')
-rw-r--r-- | games/foobillard/files/patch-option.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/games/foobillard/files/patch-option.h b/games/foobillard/files/patch-option.h new file mode 100644 index 000000000000..7d79043d598d --- /dev/null +++ b/games/foobillard/files/patch-option.h @@ -0,0 +1,15 @@ +--- src/options.h.orig Fri Jan 19 16:13:40 2007 ++++ src/options.h Fri Jan 19 16:14:41 2007 +@@ -97,9 +97,9 @@ + #define options_shared_data_path "/usr/local/shared/foobillard" + + #define options_player_fontname "iomanoid.ttf" +-#define options_help_fontname "youregon.ttf" +-#define options_menu_fontname "youregon.ttf" +-#define options_winner_fontname "youregon.ttf" ++#define options_help_fontname "bluebold.ttf" ++#define options_menu_fontname "bluebold.ttf" ++#define options_winner_fontname "bluebold.ttf" + #define options_ball_fontname "bluebold.ttf" + #define options_score_fontname "bluebold.ttf" + #define options_roster_fontname "bluebold.ttf" |