Subject: CVS commit: pkgsrc/parallel/mpi-ch
To: None <pkgsrc-changes@NetBSD.org>
From: Lex Wennmacher <wennmach@netbsd.org>
List: pkgsrc-changes
Date: 12/02/2003 20:13:38
Module Name:	pkgsrc
Committed By:	wennmach
Date:		Tue Dec  2 20:13:38 UTC 2003

Modified Files:
	pkgsrc/parallel/mpi-ch: Makefile

Log Message:
Disable weak symbols for gcc>3*. While weak symbols do work on
NetBSD-current, the way mpi-ch test for them and implements them
(using the #pragma weak directive) is currently broken.

Fixes PR pkg/23267 by Kouichirou Hiratsuka.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/parallel/mpi-ch/Makefile

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