Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: pkgsrc-changes
Date: 07/12/2004 04:32:22
Module Name:	pkgsrc
Committed By:	jdolecek
Date:		Mon Jul 12 04:32:21 UTC 2004

Modified Files:
	pkgsrc/converters/php4-iconv: Makefile
	pkgsrc/textproc/php4-xslt: Makefile

Log Message:
the trick with setting PHP_ICONV in environment doesn't work with
more recent PHP anymore, so use USE_BUILDIN.iconv test to select
the appropriate iconv parameter value

fixes compilation on NetBSD 1.6.x and other systems without builtin
iconv, and thus PR pkg/26212 and PR pkg/26213

package behaviour unchanged, so no PKGREVISION bump done


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/converters/php4-iconv/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/textproc/php4-xslt/Makefile

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