CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2010/05/26 21:47:28
Modified files:
games/openarena: Makefile
games/openarena/patches: patch-Makefile
Added files:
games/openarena/files: snd_sndio.c
games/openarena/patches: patch-code_client_snd_dma_c
patch-code_qcommon_q_shared_h
patch-code_renderer_tr_local_h
patch-code_renderer_tr_surface_c
patch-code_sys_sys_unix_c
Log message:
* use the sndio backend from games/quake, since ao uses (essentially)
the same audio engine as quake
* use -pthread instead of -lpthread for pthreads linkage
* oa defines an ALIGN macro, rename it to QALIGN to avoid clashing
with the ALIGN macro from machine/param.h
* use /dev/arandom instead of /dev/urandom
ok jasper@