On Mon, 8 Mar 2010, Eitan Adler wrote:
> Interesting - I just used whatever flex was in my path. Is wine making
> the same mistake?
> % /usr/local/bin/flex --version
> flex 2.5.35
The following in wine/Makefile
CONFIGURE_ENV= ... FLEX="${LOCALBASE}/bin/flex"
takes care of using the ports version instead of the base one.
Gerald