Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 09/22/2002 13:06:02
Module Name:	pkgsrc
Committed By:	jlam
Date:		Sun Sep 22 10:06:01 UTC 2002

Modified Files:
	pkgsrc/databases/freetds: buildlink2.mk
	pkgsrc/graphics/ogle: buildlink2.mk
	pkgsrc/x11/qt2-libs: buildlink2.mk

Log Message:
Create new variables BUILDLINK_CPPFLAGS.<pkg> and BUILDLINK_LDFLAGS.<pkg>
that hold the compiler and linker flags used to find the headers and
libraries because these packages install them into non-standard places.
These variables may be used in package Makefiles by doing:

	CPPFLAGS+=	${BUILDLINK_CPPFLAGS.<pkg>}
	LDFLAGS+=	${BUILDLINK_LDFLAGS.<pkg>}


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/databases/freetds/buildlink2.mk
cvs rdiff -r1.1 -r1.2 pkgsrc/graphics/ogle/buildlink2.mk
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/qt2-libs/buildlink2.mk

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