pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: multimedia/libass: CONFIGURE_ARGS depends on whether sources were extracted
Aleksey Cheusov <vle%gmx.net@localhost> writes:
> The following type script demonstrates the problem:
>
> libass$ make clean 2>/dev/null 1>&2; make show-var VARNAME=CONFIGURE_ARGS; make extract 2>/dev/null >&2; make show-var VARNAME=CONFIGURE_ARGS
> --disable-asm --x-includes=/usr/X11R7/include --x-libraries=/usr/X11R7/lib --prefix=/usr/pkg --build=x86_64--netbsd --host=x86_64--netbsd --mandir=/usr/pkg/man --enable-option-checking=yes
> --disable-asm --prefix=/usr/pkg --build=x86_64--netbsd --host=x86_64--netbsd --mandir=/usr/pkg/man --enable-option-checking=yes
> libass$
That seems clearly a bug.
Do you understand where the x-includes comes from? I don't see anything
in multimedia/libass, so clearly it's from the twisty maze of bl3/mk
files that end up included.
Does libass really not use X directly, but only the listed libs? It
seems that there is probably a missing bl3 on libX11.
/usr/pkgsrc $ find mk -type f |xargs egrep x-includes
mk/x11.buildlink3.mk:CONFIGURE_ARGS+= --x-includes=${X11BASE:Q}/include
Home |
Main Index |
Thread Index |
Old Index