Subject: CVS commit: pkgsrc/audio/oss
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 10/03/2002 12:17:09
Module Name:	pkgsrc
Committed By:	jlam
Date:		Thu Oct  3 09:17:08 UTC 2002

Modified Files:
	pkgsrc/audio/oss: buildlink2.mk

Log Message:
Many source files mistakenly include both <sys/soundcard.h> and
<soundcard.h>, which causes errors since the definitions in the OSS
sys/soundcard.h conflict with the definitions in the system soundcard.h.
We fix this by making <sys/soundcard.h> and <soundcard.h> point to the
same file and rely on multiple inclusion protection to prevent conflicts.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/audio/oss/buildlink2.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.