Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Dec 2018 09:33:30 +0000
From:      Chris Rees <crees@FreeBSD.org>
To:        Alex Dupre <ale@freebsd.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org, owner-ports-committers@freebsd.org
Subject:   Re: svn commit: r487868 - head/security/opensc
Message-ID:  <0d727668d05cfb70ecb60935d50e7bef@FreeBSD.org>
In-Reply-To: <201812200902.wBK92V3v081700@repo.freebsd.org>
References:  <201812200902.wBK92V3v081700@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?0d727668d05cfb70ecb60935d50e7bef>