Remove redundant linking of vorbis libraries Makefile attempts to link against libvorbis and libogg when using ogg support, but these are not required, only libvorbisfile. This avoids an unnecessary dependency.
sys_sdl_unix: Stop reading from stdin when EOF is reached If the quakespasm server is run noninteractively with stdin redirected from /dev/null (for example as a systemd service), this loop would previously ignore EOF (read() returns 0) and append the uninitialized contents of `c` to the buffer once per iteration, until the buffer is full, at which point it would log "Console input too long!" and repeat.
For completeness, treat read errors (read() returns -1) as equivalent to EOF.
Use the build flags inherited from the environment The homegrown Makefile overwrites the values of some build flags. We need the ability to inject them into the environment from the parent Debian rules file, so remove this behaviour.
David Banks <amoebae@gmail.com>
no
vendor, Debian
2013-05-12
Showing 1 to 7 of 7 entries
All known versions for source package 'quakespasm'