Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2015 17:22:01 +0200
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        Dmitry Marakasov <amdmi3@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r384280 - head/math/pure-mpfr
Message-ID:  <20150419172201.2e2420c3@kalimero.tijl.coosemans.org>
In-Reply-To: <201504191115.t3JBFe9Q072710@svn.freebsd.org>
References:  <201504191115.t3JBFe9Q072710@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 19 Apr 2015 11:15:40 +0000 (UTC) Dmitry Marakasov <amdmi3@FreeBSD.org> wrote:
> Author: amdmi3
> Date: Sun Apr 19 11:15:40 2015
> New Revision: 384280
> URL: https://svnweb.freebsd.org/changeset/ports/384280
> 
> Log:
>   - Fix build on amd64 (needs -fPIC)
>   
>   MFH:		2015Q2
> 
> Modified:
>   head/math/pure-mpfr/Makefile
> 
> Modified: head/math/pure-mpfr/Makefile
> ==============================================================================
> --- head/math/pure-mpfr/Makefile	Sun Apr 19 11:12:21 2015	(r384279)
> +++ head/math/pure-mpfr/Makefile	Sun Apr 19 11:15:40 2015	(r384280)
> @@ -20,6 +20,8 @@ PORTDOCS=	README
>  PORTEXAMPLES=	*
>  OPTIONS_DEFINE=	DOCS EXAMPLES
>  
> +CFLAGS_amd64=	-fPIC
> +
>  PLIST_FILES=	lib/pure/mpfr.pure \
>  		lib/pure/mpfr.so

This turned out to be caused by a problem in lang/pure.  Fixed in
r384293.  Missing -fPIC is almost always caused by a problem elsewhere.



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