Subject: CVS commit: pkgsrc/devel/pkg-config
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 07/03/2007 17:42:59
Module Name:	pkgsrc
Committed By:	joerg
Date:		Tue Jul  3 17:42:59 UTC 2007

Modified Files:
	pkgsrc/devel/pkg-config: Makefile distinfo
Added Files:
	pkgsrc/devel/pkg-config/patches: patch-ag

Log Message:
Add cross-compilation support: realloc(NULL, x) works as expected
on NetBSD, just assume that anything follows the ELF semantic and
has no leading underscore. This doesn't matter much as the module
support of glib is not used by pkg-config. Patch away the check for
ANSI library flags as we only support ANSI C compiler anyway. Move
the checks for the various inline keywords to compile-only. Always
fake the poll results, it doesn't really matter either.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/devel/pkg-config/Makefile \
    pkgsrc/devel/pkg-config/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/devel/pkg-config/patches/patch-ag

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