[Lunar-commits] <moonbase> physfs: slight alteration to BUILD.
Zbigniew Luszpinski
zbiggy at o2.pl
Sat Jan 3 23:18:11 CET 2009
> commit 65f224c1d3b899b92e43f5066a1253f0f31cf351
> Author: Dennis 'stumbles' Veatch <stumbles at lunar-linux.org>
> Date: Sat Jan 3 10:21:43 2009 -0500
>
> physfs: slight alteration to BUILD.
> ---
> devel/physfs/BUILD | 6 +++++-
> 1 files changed, 5 insertions(+), 1 deletions(-)
>
> diff --git a/devel/physfs/BUILD b/devel/physfs/BUILD
> index b8afad2..0dbeacb 100644
> --- a/devel/physfs/BUILD
> +++ b/devel/physfs/BUILD
> @@ -1,5 +1,9 @@
> (
> -
> +
> +# Else the make fails on ccplus errors.
> + unset CXXFLAGS &&
> +# end
> +
> cmake -DCMAKE_INSTALL_PREFIX:=/usr &&
> default_make
Ugly hack.
Dennis, it would be better if you just sed on fly breaking c++ flag from
CXXFLAGS instead of dropping whole CXXFLAGS. Please post your CXXFLAGS (and
error you get if you still have log).
have a nice day,
Zbigniew 'zbiggy' Luszpinski
More information about the Lunar-dev
mailing list