Subject: CVS commit: pkgsrc/audio/cdparanoia
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 06/01/2004 20:58:38
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  1 20:58:38 UTC 2004

Modified Files:
	pkgsrc/audio/cdparanoia: distinfo
	pkgsrc/audio/cdparanoia/patches: patch-cc

Log Message:
Re: PR 25727 audio/cdparanoia does not compile with gcc 3.4.0
The problem is that a switch statement has a default case with no statement.
The fix is to add a null statement. Four instances of this problem
were corrected. This closes the referenced PR.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 pkgsrc/audio/cdparanoia/distinfo
cvs rdiff -r1.3 -r1.4 pkgsrc/audio/cdparanoia/patches/patch-cc

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