pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/pulseaudio
Module Name: pkgsrc
Committed By: dsainty
Date: Wed Dec 24 04:11:17 UTC 2008
Modified Files:
pkgsrc/audio/pulseaudio: distinfo
pkgsrc/audio/pulseaudio/patches: patch-ac
Log Message:
The rtstutter test is afunctional for all operating systems but one. Make it
go one operating system further.
Old patch-ac disabled the guts of tests/rtstutter.c for all but Linux. But it
isn't that portable on Linux either as it stands, and errors out (on EeePC) at
link time with:
rtstutter.c:(.text+0xbd): undefined reference to `pthread_setaffinity_np'
Just bring Linux in line with other platforms by changing the #ifdef __linux__
to #if 0.
Doesn't deserve a revision bump.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/audio/pulseaudio/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/pulseaudio/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index