svn commit: r384281 - branches/2015Q2/math/pure-mpfr

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Apr 19 12:11:48 UTC 2015


Author: amdmi3
Date: Sun Apr 19 12:11:47 2015
New Revision: 384281
URL: https://svnweb.freebsd.org/changeset/ports/384281

Log:
  MFH: r384280
  
  - Fix build on amd64 (needs -fPIC)
  
  Approved by:	ports-secteam (erwin)

Modified:
  branches/2015Q2/math/pure-mpfr/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/math/pure-mpfr/Makefile
==============================================================================
--- branches/2015Q2/math/pure-mpfr/Makefile	Sun Apr 19 11:15:40 2015	(r384280)
+++ branches/2015Q2/math/pure-mpfr/Makefile	Sun Apr 19 12:11:47 2015	(r384281)
@@ -20,6 +20,8 @@ PORTDOCS=	README
 PORTEXAMPLES=	*
 OPTIONS_DEFINE=	DOCS EXAMPLES
 
+CFLAGS_amd64=	-fPIC
+
 PLIST_FILES=	lib/pure/mpfr.pure \
 		lib/pure/mpfr.so
 


More information about the svn-ports-all mailing list