summaryrefslogtreecommitdiff
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
parent- Update to MediaWiki 1.27.1, 1.26.4, 1.23.15 (diff)
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
-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"