diff options
author | Alex Dupre <ale@FreeBSD.org> | 2013-02-13 15:49:33 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2013-02-13 15:49:33 +0000 |
commit | 51a3c2690248d2916161c433af65317054e7ea79 (patch) | |
tree | 5ded997297c34a0cc497895beda292b8f53c9d86 /math/gmp | |
parent | 446c7c81f4f910e8b345043fc9a4892569632556 (diff) | |
download | ports-51a3c2690248d2916161c433af65317054e7ea79.tar.gz ports-51a3c2690248d2916161c433af65317054e7ea79.zip |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 5 |
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* |