tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CONFIGURE_ARGS in mk/x11.buildlink3.mk
On Mon, Jul 07, 2008 at 01:58:24AM +0900, OBATA Akio wrote:
> . if defined(GNU_CONFIGURE)
> CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include
> CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib${LIBABISUFFIX:Q}
> . endif
[snip]
> But I can't find such settings for X11_TYPE=modular.
Intentionally. Only some very broken configure scripts need them, the
rest works fine with buildlink3.
> And if exists, do those packages need like a following settings?
>
> .if ${X11_TYPE} == "modular"
> CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include
> CONFIGURE_ARGS+= --x-libraries=${X11BASE:Q}/lib
> .endif
Please use ${PREFIX}. But yes, this is otherwise fine.
See x11/multi-aterm for an existing case.
Joerg
Home |
Main Index |
Thread Index |
Old Index