diff options
-rw-r--r-- | games/tremulous/Makefile | 4 | ||||
-rw-r--r-- | games/tremulous/pkg-message | 10 |
2 files changed, 11 insertions, 3 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile index 7215e35a95ad..c8df870fc9e7 100644 --- a/games/tremulous/Makefile +++ b/games/tremulous/Makefile @@ -155,10 +155,8 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/tremulous.xpm ${PREFIX}/share/pixmaps post-install: -.if defined(WITH_SDL_AUDIO) || defined(WITH_OPENAL) @${ECHO_CMD} - @${ECHO_CMD} "WARNING: if you have sound problems try recompiling without SDL_AUDIO and OPENAL options." | ${FMT} + @${CAT} ${PKGMESSAGE} @${ECHO_CMD} -.endif .include <bsd.port.post.mk> diff --git a/games/tremulous/pkg-message b/games/tremulous/pkg-message new file mode 100644 index 000000000000..581f11640146 --- /dev/null +++ b/games/tremulous/pkg-message @@ -0,0 +1,10 @@ +============================================================================== + +If you have sound problems with SDL try setting the variable "s_sdlSpeed" to +"44100". It will be saved to the configuration file. + +If you have sound problems with OpenAL recompile without it. Also the OPENAL +option causes the program to omit restoring gamma and mouse sensivity after +exitting. + +============================================================================== |