[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
No Subject
I'm a little curious about the ${LOCALBASE} and ${X11BASE} comments from
a few days ago. If I'm making port, and it's configure script can
accept arguments like --with-png=<path> and --with-x-includes=<path>,
AND the configure script already looks in /usr/local and /usr/X11R6,
should the port still explicitly use CONFIGURE_ARGS =
--with-png=${LOCALBASE} --with-x-includes=${X11BASE}/include? Should
similar CONFIGURE_ARGS (and CONFIGURE_ENV, MAKE_ENV etc) be used
whenever possible, not just when necessary?
--
<jakemsr@jakemsr.com>
<jakemsr@clipper.net>
<jakemsr@granitesky.com>
- Follow-Ups:
- Re:
- From: Heikki Korpela <heko@iki.fi>