Subject: Re: CVS commit: pkgsrc/lang/cilk
To: Alistair G. Crooks <agc@netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: pkgsrc-changes
Date: 07/17/2002 06:31:34
On Wed, 17 Jul 2002, Alistair G. Crooks wrote:
>
> Module Name: pkgsrc
> Committed By: agc
> Date: Wed Jul 17 08:36:12 UTC 2002
>
> Modified Files:
> pkgsrc/lang/cilk: Makefile distinfo
> Added Files:
> pkgsrc/lang/cilk/patches: patch-ab
>
> Log Message:
> Make this package compile:
>
> + use cpp0 rather than cpp
this will break pre-new-toolchain systems which didn't have cpp0. We
should probably make it work with /usr/bin/cpp (which has some different
flags than /usr/libexec/cpp0) or test for /usr/libexec/cpp and if not
found go to /usr/libexec/cpp0. Although as Christoph pointed out to me,
that may also break when we go to gcc-3
-dan