Subject: CVS commit: pkgsrc/lang/drscheme
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 01/13/2004 23:40:25
Module Name:	pkgsrc
Committed By:	jschauma
Date:		Tue Jan 13 23:40:25 UTC 2004

Modified Files:
	pkgsrc/lang/drscheme: distinfo
Added Files:
	pkgsrc/lang/drscheme/patches: patch-aq

Log Message:
Make this compile with gcc-3.3 by replacing multi-line strings

"foo
string"

in inline asm with

"foo\n"
"string"

(Noted in agc's latest bulk build.)


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/drscheme/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/lang/drscheme/patches/patch-aq

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