diff options
author | John Marino <marino@FreeBSD.org> | 2016-08-23 14:04:01 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-08-23 14:04:01 +0000 |
commit | c0eeeb0ae996596acd48c3eea47c53f2ad4cad60 (patch) | |
tree | a6b0d05fec6d9bca2048148ab6104e97fa73ed84 /math/gmp | |
parent | 5d1b9933a8c7674f7c9621d5d0ea572d39deaa06 (diff) |
Notes
Diffstat (limited to 'math/gmp')
-rw-r--r-- | math/gmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gmp/Makefile b/math/gmp/Makefile index 0f4039165829..49d2954125ac 100644 --- a/math/gmp/Makefile +++ b/math/gmp/Makefile @@ -29,7 +29,7 @@ INFO= gmp .include <bsd.port.pre.mk> .if ! ${PORT_OPTIONS:MCPU_OPTS} -CONFIGURE_ARGS+=--build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS+=--build=${CONFIGURE_TARGET} .elif ${ARCH:S/64//} != ${ARCH} .if ${ARCH} == powerpc64 CONFIGURE_ENV+= ABI="mode64" |