Subject: CVS commit: pkgsrc/mk/compiler
To: None <pkgsrc-changes@NetBSD.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/02/2004 10:53:08
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Feb  2 10:53:08 UTC 2004

Modified Files:
	pkgsrc/mk/compiler: bsd.compiler.mk

Log Message:
If USE_GCC_SHLIB is defined, then pretend we need both C and C++ compilers.
This is, of course, wrong.  Excerpted from the file itself:

# XXX Add this gross and completely inaccurate hack.  Packages that
# XXX set USE_GCC_SHLIB should be adjusted to set USE_LANGUAGES
# XXX correctly (most likely by saying it needs either "c++" or
# XXX "c c++").  This is here for now so that ~85 packages won't
# XXX suddenly break.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 pkgsrc/mk/compiler/bsd.compiler.mk

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