Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 05/24/2001 22:32:33
Module Name: pkgsrc
Committed By: dmcmahill
Date: Thu May 24 19:32:33 UTC 2001
Modified Files:
pkgsrc/parallel/pvm3: distinfo
Added Files:
pkgsrc/parallel/pvm3/patches: patch-an
Log Message:
Pass down CFLAGS, FFLAGS and fix the quoting of CC and F77. This ensures
you can do something like:
make CC="gcc -pipe" PKG_FC="f77 -pipe" CFLAGS="-Wformat -g" FFLAGS="-g"
and still have pvm compile correctly.
Addresses PR pkg/12949 submitted by Thor Simon <tls@cs.stevens-tech.edu>.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/parallel/pvm3/distinfo
cvs rdiff -r0 -r1.4 pkgsrc/parallel/pvm3/patches/patch-an
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.