tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: devel/imake and clang
On Tue, Dec 30, 2014 at 11:25:21AM +0100, Edgar Fuß wrote:
> On my machine (OS X 10.6.8 with clang 1.7) configuring devel/imake fails,
> because this Makefile fragment:
> CPPFLAGS+= -DRAWCPP=\"${PREFIX}/bin/tradcpp\"
> leads to an implicit
> #define RAWCPP \"/usr/pkg/bin/tradcpp\"
> with clang.
> It helps to change that Makefile line to:
> CPPFLAGS+= -DRAWCPP='"${PREFIX}/bin/tradcpp"'
> but I'm not sure whether that's the right thing to do for all compilers and
> all Versions of auto*.
That makes no sense, they should result in exactly the same variable
content.
Joerg
Home |
Main Index |
Thread Index |
Old Index