diff options
Diffstat (limited to 'games/xabacus/files/patch-xabacus.c')
-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, |