summaryrefslogtreecommitdiff
path: root/mk/ossaudio.buildlink2.mk
AgeCommit message (Collapse)AuthorFilesLines
2002-10-03Add USE_OSS to BUILD_DEFS if it's defined.jlam1-2/+6
2002-10-03Rename "OSS" variable to "HAVE_OSS".jlam1-8/+8
2002-10-03Invent a new publicly readable variable OSS that is YES/NO for whetherjlam1-3/+15
audio/oss is installed. Also add an example in the comments at the top of the file that shows how to use the OSS variable.
2002-10-03Create "DEVOSSSOUND" which is used where we'd like for programs that usejlam1-1/+9
the ossaudio emulation to use /dev/sound instead of /dev/audio. For OSS, DEVOSSSOUND == DEVOSSAUDIO == /dev/dsp.
2002-10-03Recognize when 4Front OSS is installed on a NetBSD system and use realjlam1-7/+13
OSS instead of the ossaudio OSS emulation library when building software.
2002-09-27Make machine/soundcard.h an alias for sys/soundcard.h if non-existentrh1-2/+9
2002-09-26Create DEVOSSAUDIO, for the default OSS audio device.jlam1-4/+14
2002-08-22Merge pkgsrc/mk from the buildlink2 branch back into the main trunk.jlam1-0/+40