tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkgsrc oddities/bugs
On Mon, 11 Feb 2008, M.K. wrote:
> if I try to compile a package with NLS support like this
>
> make CONFIGURE_ARGS+=--disable-nls
>
> make simply disregards the change, and still compiles the package with NLS
> enabled.
"+=" doesn't work on the make command line. To get what you
seem to want, you'd need to add a line to the Makefile with
"CONFIGURE_ARGS+=--disable-nls".
--apb (Alan Barrett)
Home |
Main Index |
Thread Index |
Old Index