diff options
author | maho <maho@FreeBSD.org> | 2003-08-02 10:36:11 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-08-02 10:36:11 +0800 |
commit | 027492720c6be5f7f2cd0d2e07c709018568c36b (patch) | |
tree | d26a46cfd24b3032490bb08bae5b5331081e984e /games/xjumpjump | |
parent | b43f1624c4d64abcbd89eff602694074576d22db (diff) | |
download | freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.tar.gz freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.tar.zst freebsd-ports-gnome-027492720c6be5f7f2cd0d2e07c709018568c36b.zip |
Fix build on gcc-3.3.x
Submitted by: Simon Barner <barner@in.tum.de>
Diffstat (limited to 'games/xjumpjump')
-rw-r--r-- | games/xjumpjump/files/patch-texts.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/games/xjumpjump/files/patch-texts.h b/games/xjumpjump/files/patch-texts.h new file mode 100644 index 000000000000..371b534fcef4 --- /dev/null +++ b/games/xjumpjump/files/patch-texts.h @@ -0,0 +1,19 @@ +--- texts.h.orig Wed Jul 23 03:48:19 2003 ++++ texts.h Wed Jul 23 03:48:56 2003 +@@ -1,6 +1,6 @@ + + #define E_MY_PRGNAME "xjumpjump" +-#define E_VERSION "JumpJump-0.12 for X, Feb 26th 1997 by ++#define E_VERSION "JumpJump-0.12 for X, Feb 26th 1997 by \ + nihil (nihil@makosteszta.sote.hu)" + #define E_MY_TITLE "XJumpJump v0.12" + #define E_MY_TITLE2 "by nihil\nHungary\n1997.02.26" +@@ -9,7 +9,7 @@ + #define E_STR_PRACTISE "Hmm... practise a bit more!" + #define H_STR_PRACTISE "Hmm... gyakorolj még egy picit!" + #define E_STR_CONGRAT "Congratulations! You have succeed!" +-#define H_STR_CONGRAT "Gratulálok! Sikerült ezt a pályát ++#define H_STR_CONGRAT "Gratulálok! Sikerült ezt a pályát \ + leküzdened!" + + #define E_STR_BUT_NEW "New Game" |