Subject: CVS commit: pkgsrc/converters/libiconv
To: None <pkgsrc-changes@NetBSD.org>
From: Amitai Schlair <schmonz@netbsd.org>
List: pkgsrc-changes
Date: 06/02/2007 06:56:07
Module Name:	pkgsrc
Committed By:	schmonz
Date:		Sat Jun  2 06:56:06 UTC 2007

Modified Files:
	pkgsrc/converters/libiconv: Makefile

Log Message:
Don't require c99 in USE_LANGUAGES. libiconv builds fine with gcc
2.95.4 on FreeBSD 4.11 without it; with it, pkgsrc wants gcc3-c,
which results in a circular dependency.

The addition of c99 to USE_LANGUAGES appears to have been intended
to benefit IRIX with MIPSPro, so also restore the old behavior of
appending "-c99" to CFLAGS in that case.


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 pkgsrc/converters/libiconv/Makefile

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