math/gmp: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2018-11-11 09:30:24 +01:00
parent e3aeb51d07
commit 58be7a6ace

View file

@ -3,6 +3,7 @@
PORTNAME= gmp
PORTVERSION= 6.1.2
PORTREVISION= 1
CATEGORIES= math devel
MASTER_SITES= GNU
@ -18,7 +19,7 @@ USES= libtool makeinfo tar:xz
HAS_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split"
CONFIGURE_ARGS= --prefix=${PREFIX} \
--infodir=${PREFIX}/info \
--infodir=${PREFIX}/${INFO_PATH} \
--mandir=${PREFIX}/man \
--enable-cxx
MAKE_JOBS_UNSAFE=yes