On Wed, Sep 25, 2013 at 08:36:05AM +0100, Stuart Henderson wrote: > On 2013/09/25 08:22, Stuart Henderson wrote: > > - Looks like CONFIGURE_STYLE should be simple, these aren't autoconf. > > Oh, it has it already; I saw the "WARNING: unrecognized option: > '--enable-shared'" on almost all of the ports and assumed it was set > to gnu - maybe only use --enable-shared for lzlib?
When I created the port, I tried adding only enable-shared to CONFIGURE_ARGS in lzlib but it failed. Now I've saw my error. Apparently, I can't use "CONFIGURE_ARGS =" in the .inc file and "CONFIGURE_ARGS +=" in the other Makefile. I've changed both to "+=" and the switch works perfectly. -- Juan Francisco Cantero Hurtado http://juanfra.info