aboutsummaryrefslogtreecommitdiff
path: root/math/gmp
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2013-02-13 15:49:33 +0000
committerAlex Dupre <ale@FreeBSD.org>2013-02-13 15:49:33 +0000
commit51a3c2690248d2916161c433af65317054e7ea79 (patch)
tree5ded997297c34a0cc497895beda292b8f53c9d86 /math/gmp
parent446c7c81f4f910e8b345043fc9a4892569632556 (diff)
downloadports-51a3c2690248d2916161c433af65317054e7ea79.tar.gz
ports-51a3c2690248d2916161c433af65317054e7ea79.zip
Fix build on ARM (temporary fix).
Notes
Notes: svn path=/head/; revision=312165
Diffstat (limited to 'math/gmp')
-rw-r--r--math/gmp/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile
index 0ae35a9a845c..330df1bcd435 100644
--- a/math/gmp/Makefile
+++ b/math/gmp/Makefile
@@ -41,6 +41,11 @@ CONFIGURE_ENV+= ABI="64"
CONFIGURE_ENV+= ABI="32"
.endif
+# temporary build hack for ARM
+.if ${ARCH} == "arm"
+CONFIGURE_ARGS+=--enable-assembly=no
+.endif
+
post-extract:
@${RM} -f ${WRKSRC}/doc/gmp.info*