Subject: CVS commit: pkgsrc/devel/geany
To: None <pkgsrc-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: pkgsrc-changes
Date: 02/07/2007 22:12:21
Module Name:	pkgsrc
Committed By:	rillig
Date:		Wed Feb  7 22:12:21 UTC 2007

Modified Files:
	pkgsrc/devel/geany: Makefile

Log Message:
Some platforms don't have libstdc++. And even if they have, it should
never be necessary to explicitly link against it, since that is the job
of the C++ compiler. So use that instead of the C compiler for linking
the programs.

This fixes the build on Solaris with SunPro.


To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/geany/Makefile

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