Subject: CVS commit: pkgsrc/graphics/gimp
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 06/01/2004 10:09:31
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  1 10:09:31 UTC 2004

Modified Files:
	pkgsrc/graphics/gimp: distinfo
Added Files:
	pkgsrc/graphics/gimp/patches: patch-ae

Log Message:
Re: PR 25724 Difference between function declaration and definition
    prevents compilation of gimp with gcc 3.4.0
The problem is that the parameter "type" is declared to be of type
"CombinationMode" in the header file and "InitialMode" in the ".c" file.
The patch corrects the type in the ".c" file to match the header.
This closes the PR.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/graphics/gimp/distinfo
cvs rdiff -r0 -r1.3 pkgsrc/graphics/gimp/patches/patch-ae

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