svn commit: r487868 - head/security/opensc

Alex Dupre ale at FreeBSD.org
Thu Dec 20 10:07:59 UTC 2018


Chris Rees wrote:
>>  CONFIGURE_ENV+=    XSLTPROC="${FALSE}"
>>  CONFIGURE_ARGS+=--without-xsl-stylesheetsdir
>> +.endif
>> +
>> +post-patch:
>> +.if exists(/usr/lib/libstdc++.so)
>> +    ${REINPLACE_CMD} -e '/-Wno-unused-but-set-variable/d' \
>> +        ${WRKSRC}/src/tools/Makefile.am
>>  .endif
> 
> I think this either needs USES+= autoreconf:automake or just edit
> Makefile.in (ugh) instead.

It makes sense, I couldn't test it and so I trusted the submitter, I
wonder how he was able to build it. Piotr, can you check please?

-- 
Alex Dupre


More information about the svn-ports-all mailing list