aboutsummaryrefslogtreecommitdiff
path: root/math/gmp
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2016-08-23 14:04:01 +0000
committerJohn Marino <marino@FreeBSD.org>2016-08-23 14:04:01 +0000
commitc0eeeb0ae996596acd48c3eea47c53f2ad4cad60 (patch)
treea6b0d05fec6d9bca2048148ab6104e97fa73ed84 /math/gmp
parent5d1b9933a8c7674f7c9621d5d0ea572d39deaa06 (diff)
downloadports-c0eeeb0ae996596acd48c3eea47c53f2ad4cad60.tar.gz
ports-c0eeeb0ae996596acd48c3eea47c53f2ad4cad60.zip
math/gmp: use CONFIGURE_TARGET rather than recreating it
The --build configure argument is a re-invention of CONFIGURE_TARGET except that platform is hardcoded to freebsd rather than the value of OPSYS:tl. Use CONFIGURE_TARGET instead. It's a no-op for FreeBSD but is a fix for DragonFly. Approved by: non-invasive DF support blanket
Notes
Notes: svn path=/head/; revision=420678
Diffstat (limited to 'math/gmp')
-rw-r--r--math/gmp/Makefile2
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"