diff options
Diffstat (limited to 'games/gemdropx/files/patch-ab')
-rw-r--r-- | games/gemdropx/files/patch-ab | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/games/gemdropx/files/patch-ab b/games/gemdropx/files/patch-ab new file mode 100644 index 000000000000..7e58af38b3d0 --- /dev/null +++ b/games/gemdropx/files/patch-ab @@ -0,0 +1,14 @@ +--- gemdropx.c.orig Tue Dec 28 18:54:17 1999 ++++ gemdropx.c Thu Mar 30 00:25:25 2000 +@@ -2231,9 +2231,11 @@ + (JS_VERSION & 0x0000FF)); + #endif + ++#ifndef NOSOUND + SDL_VERSION(&sdlver); + printf("SDL version %d.%d.%d\n\n", sdlver.major, + sdlver.minor, sdlver.patch); ++#endif + + exit(0); + } |