Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Aug 2007 02:16:58 +0400
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        Jose Alonso Cardenas Marquez <jacardenasm@gmail.com>
Cc:        freebsd-ports-bugs@freebsd.org
Subject:   Re: ports/115701: devel/ode: does not build
Message-ID:  <20070823221658.GA74988@hades.panopticon>
In-Reply-To: <7c58fcfc0708221638v262e6163o2aabab611091b53d@mail.gmail.com>
References:  <200708220020.l7M0KBS4030155@freefall.freebsd.org> <7c58fcfc0708221638v262e6163o2aabab611091b53d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* Jose Alonso Cardenas Marquez (jacardenasm@gmail.com) wrote:

Another issue: you have the following:

${REINPLACE_CMD} ... -e 's|__isnanf||g; s|__isnan||g ${WRKSRC}/configure

Seems like it's needed, but if autotools are installed on the system,
configure gets recreated, and those changes disappear.

So you also need

${REINPLACE_CMD} ... -e 's|__isnanf||g; s|__isnan||g ${WRKSRC}/configure.in


-- 
Best regards,
  Dmitry Marakasov               mailto:amdmi3@amdmi3.ru



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