1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/gemdropx/files/patch-ab

15 lines
304 B
Plaintext
Raw Normal View History

--- 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);
}