Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: D'Arcy J.M. Cain <darcy@netbsd.org>
List: source-changes
Date: 02/24/2000 14:41:02
Module Name:	pkgsrc
Committed By:	darcy
Date:		Thu Feb 24 22:41:02 UTC 2000

Modified Files:
	pkgsrc/databases/py-postgresql: Makefile
	pkgsrc/databases/py-postgresql/files: Setup.in

Log Message:
Python builds it's public Makefile so that the module gets linked
with ld on a.out systems and cc on ELF systems so we need to check
and only add the -Wl flag if on a.out systems.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/databases/py-postgresql/files/Setup.in

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