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

(-)Makefile (-3 / +10 lines)
Lines 19-27 Link Here
19
		libffi.so:devel/libffi \
19
		libffi.so:devel/libffi \
20
		libicudata.so:devel/icu
20
		libicudata.so:devel/icu
21
21
22
HAS_CONFIGURE=	yes
23
USES=		compiler:c++14-lang gmake localbase pathfix pkgconfig \
22
USES=		compiler:c++14-lang gmake localbase pathfix pkgconfig \
24
		python:2.7,build tar:xz
23
		python:2.7,build tar:xz
24
25
OPTIONS_DEFINE=		READLINE
26
27
HAS_CONFIGURE=	yes
25
USE_LDCONFIG=	yes
28
USE_LDCONFIG=	yes
26
SP_VER=		60
29
SP_VER=		60
27
30
Lines 42-52 Link Here
42
		--with-system-icu \
45
		--with-system-icu \
43
		--with-system-nspr \
46
		--with-system-nspr \
44
		--enable-shared-js \
47
		--enable-shared-js \
45
		--enable-optimize \
48
		--enable-optimize
46
		--enable-readline
47
49
48
CONFIGURE_ENV=	HOST_CC=${CC} HOST_CXX=${CXX}
50
CONFIGURE_ENV=	HOST_CC=${CC} HOST_CXX=${CXX}
49
51
52
READLINE_CONFIGURE_ENABLE=	readline
53
READLINE_DESC=			Command line editing via GPL'd libreadline port (disable to use bundled editline, zlib license)
54
READLINE_USES=			readline
55
READLINE_VARS=			LICENSE+=GPLv3
56
50
.include <bsd.port.pre.mk>
57
.include <bsd.port.pre.mk>
51
58
52
.if ${ARCH} == amd64
59
.if ${ARCH} == amd64

Return to bug 244237