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

(-)qterm/Makefile (-4 / +2 lines)
Lines 20-34 Link Here
20
USE_REINPLACE=	yes
20
USE_REINPLACE=	yes
21
CONFIGURE_ARGS=	--enable-mt --with-pythondir=${LOCALBASE} --prefix=${PREFIX}
21
CONFIGURE_ARGS=	--enable-mt --with-pythondir=${LOCALBASE} --prefix=${PREFIX}
22
22
23
OPTIONS=	PYTHON "PYTHON scripts support" on
24
23
.if !defined(WITHOUT_PYTHON)
25
.if !defined(WITHOUT_PYTHON)
24
USE_PYTHON=	-2.3
26
USE_PYTHON=	-2.3
25
.endif
27
.endif
26
28
27
.include <bsd.port.pre.mk>
29
.include <bsd.port.pre.mk>
28
29
pre-everything::
30
		@${ECHO_MSG} "Define WITHOUT_PYTHON to\
31
			disable PYTHON scripts support."
32
30
33
post-patch:
31
post-patch:
34
	@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
32
	@${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \

Return to bug 70685