svn commit: r384280 - head/math/pure-mpfr

Tijl Coosemans tijl at FreeBSD.org
Sun Apr 19 15:22:06 UTC 2015


On Sun, 19 Apr 2015 11:15:40 +0000 (UTC) Dmitry Marakasov <amdmi3 at 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.


More information about the svn-ports-all mailing list