diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-25 15:48:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-25 15:48:09 +0000 |
commit | cc520e3d823d7d72cd0f0d2281687a11fb10f7a0 (patch) | |
tree | bf7a153ba94afefb7e805f4320ec0fd4b040641f /games/xabacus/files/patch-xabacus.c | |
parent | - Update to 1.0.12 (diff) |
- Update to 7.3.5
PR: 122761
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=211958
Diffstat (limited to '')
-rw-r--r-- | games/xabacus/files/patch-xabacus.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xabacus/files/patch-xabacus.c b/games/xabacus/files/patch-xabacus.c new file mode 100644 index 000000000000..4f2990a7694c --- /dev/null +++ b/games/xabacus/files/patch-xabacus.c @@ -0,0 +1,12 @@ +--- xabacus.c.orig 2008-04-10 05:11:27.000000000 +0900 ++++ xabacus.c 2008-04-10 23:09:23.000000000 +0900 +@@ -1253,7 +1253,9 @@ + XtNmono, &mono, + XtNreverseVideo, &reverse, + XtNmode, &mode, ++#ifdef LEE_ABACUS + XtNscript, &script, ++#endif + XtNdemoForeground, &demoForeground, + XtNdemoBackground, &demoBackground, + XtNdemoPath, &demoPath, |