View | Details | Raw Unified | Return to bug 84724
Collapse All | Expand All

(-)libgmp4/Makefile (-2 / +2 lines)
Lines 18-27 COMMENT= A free library for arbitrary pr Link Here
18
18
19
USE_LIBTOOL_VER=15
19
USE_LIBTOOL_VER=15
20
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
20
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
21
CONFIGURE_ARGS=	--enable-cxx --enable-mpfr
21
CONFIGURE_ARGS=	--enable-cxx --disable-mpfr
22
INSTALLS_SHLIB=	yes
22
INSTALLS_SHLIB=	yes
23
23
24
INFO=		gmp mpfr
24
INFO=		gmp
25
25
26
post-extract:
26
post-extract:
27
	@${RM} -f ${WRKSRC}/gmp.info*
27
	@${RM} -f ${WRKSRC}/gmp.info*
(-)libgmp4/pkg-plist (-4 lines)
Lines 1-12 Link Here
1
include/gmp.h
1
include/gmp.h
2
include/gmpxx.h
2
include/gmpxx.h
3
include/mpf2mpfr.h
4
include/mpfr.h
5
include/mpfrxx.h
6
lib/libgmp.a
3
lib/libgmp.a
7
lib/libgmp.so
4
lib/libgmp.so
8
lib/libgmp.so.6
5
lib/libgmp.so.6
9
lib/libgmpxx.a
6
lib/libgmpxx.a
10
lib/libgmpxx.so
7
lib/libgmpxx.so
11
lib/libgmpxx.so.3
8
lib/libgmpxx.so.3
12
lib/libmpfr.a

Return to bug 84724