Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Feb 2013 15:49:34 +0000 (UTC)
From:      Alex Dupre <ale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312165 - head/math/gmp
Message-ID:  <201302131549.r1DFnYRt023925@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ale
Date: Wed Feb 13 15:49:33 2013
New Revision: 312165
URL: http://svnweb.freebsd.org/changeset/ports/312165

Log:
  Fix build on ARM (temporary fix).

Modified:
  head/math/gmp/Makefile

Modified: head/math/gmp/Makefile
==============================================================================
--- head/math/gmp/Makefile	Wed Feb 13 15:45:03 2013	(r312164)
+++ head/math/gmp/Makefile	Wed Feb 13 15:49:33 2013	(r312165)
@@ -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*
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302131549.r1DFnYRt023925>