pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: elinks-0.12pre6 patch : request to update



On Sat, Nov 03, 2012 at 10:07:48AM +0530, Mayuresh wrote:
> Release notes are here:
> http://elinks.or.cz/release.html#elinks-0.12pre6
> 
> It compiled and ran smoothly. So seems existing patches are still valid.

Wonder why spidermonkey is disabled in both legs of an if in options.mk?

 49 .if !empty(PKG_OPTIONS:Mjavascript)
 54 CONFIGURE_ARGS+=    --without-spidermonkey
 56 .else
 57 CONFIGURE_ARGS+=    --without-spidermonkey
 60 .endif

Besides, there is another line related to spidermonkey:

 16 PKG_OPTIONS_LEGACY_OPTS+= spidermonkey:javascript


Can someone please help understand above treatment of spidermonkey in
options.mk?

Mayuresh


Home | Main Index | Thread Index | Old Index