aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-04-19 19:15:40 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-04-19 19:15:40 +0800
commita87f0a3bb18a1e1fffc0ed8f38d332af7422961a (patch)
tree0968e66e989f0ba9755f1d9113b9dce6edd28ecc /math
parentb5ba8cc8e9ed3f58e0d7f467a240141c32e25603 (diff)
downloadfreebsd-ports-graphics-a87f0a3bb18a1e1fffc0ed8f38d332af7422961a.tar.gz
freebsd-ports-graphics-a87f0a3bb18a1e1fffc0ed8f38d332af7422961a.tar.zst
freebsd-ports-graphics-a87f0a3bb18a1e1fffc0ed8f38d332af7422961a.zip
- Fix build on amd64 (needs -fPIC)
MFH: 2015Q2
Diffstat (limited to 'math')
-rw-r--r--math/pure-mpfr/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/pure-mpfr/Makefile b/math/pure-mpfr/Makefile
index 379b8716e4d..446bc76f998 100644
--- a/math/pure-mpfr/Makefile
+++ b/math/pure-mpfr/Makefile
@@ -20,6 +20,8 @@ PORTDOCS= README
PORTEXAMPLES= *
OPTIONS_DEFINE= DOCS EXAMPLES
+CFLAGS_amd64= -fPIC
+
PLIST_FILES= lib/pure/mpfr.pure \
lib/pure/mpfr.so