Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 2004 15:32:12 +0100
From:      Volker Stolz <vs@freebsd.org>
To:        Sergei Dolmatov <sergei@dolmatov.dsb.ru>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: Problem with building current tk84 port
Message-ID:  <20041207143212.GA37365@i2.informatik.rwth-aachen.de>
In-Reply-To: <20041207044145.GF609@dolmatov.dsb.ru>
References:  <20041207044145.GF609@dolmatov.dsb.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
In gmane.os.freebsd.devel.ports, you wrote:
> Current build of tk84 cannot find tcl.h which is in
> /usr/local/lib/tcl8.4. Looks like problem is in tk84 Makefile:
>
>  CONFIGURE_ARGS=        --enable-shared --with-tcl=${PREFIX}/lib/tcl${TK_VER} \
> -               --includedir=${LOCALBASE}/include/tk${TK_VER}
> +               --includedir=${LOCALBASE}/include/tcl${TK_VER}

This doesn't look right. First it doesn't help (here) and second,
that's the place where includes should go to when installing!

Maybe ade@ knows more...
-- 
http://www-i2.informatik.rwth-aachen.de/stolz/ *** PGP *** S/MIME



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041207143212.GA37365>