diff options
Diffstat (limited to 'math/libgmp4/Makefile')
-rw-r--r-- | math/libgmp4/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/math/libgmp4/Makefile b/math/libgmp4/Makefile index bc4cdb37bdab..2cc1d7f11964 100644 --- a/math/libgmp4/Makefile +++ b/math/libgmp4/Makefile @@ -8,7 +8,7 @@ PORTNAME= libgmp PORTVERSION= 4.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gmp @@ -19,9 +19,13 @@ COMMENT= A free library for arbitrary precision arithmetic USE_REINPLACE= yes USE_LIBTOOL= yes +CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" CONFIGURE_ARGS= --enable-cxx --enable-mpfr INSTALLS_SHLIB= yes +post-extract: + @rm -f ${WRKSRC}/gmp.info* + post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | \ ${XARGS} ${REINPLACE_CMD} -e 's|--tag=CC||g' |