svn commit: r487868 - head/security/opensc

Chris Rees crees at FreeBSD.org
Thu Dec 20 09:33:49 UTC 2018


Hi Alex,

On 2018-12-20 09:02, Alex Dupre wrote:
> Author: ale
> Date: Thu Dec 20 09:02:31 2018
> New Revision: 487868
> URL: https://svnweb.freebsd.org/changeset/ports/487868
> 
> Log:
>   Fix build on GCC based architectures.
> 
>   PR:		234178  http://www.FreeBSD.org/cgi/query-pr.cgi?pr=234178
>   Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

[snip]

>  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.

Chris

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



More information about the svn-ports-all mailing list