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

(-)Makefile (-1 / +1 lines)
Lines 57-63 Link Here
57
.else
57
.else
58
	@${REINPLACE_CMD} -e \
58
	@${REINPLACE_CMD} -e \
59
		"s|  HAVE_PYTHON_TRUE=$$|  HAVE_PYTHON_TRUE='#'|; \
59
		"s|  HAVE_PYTHON_TRUE=$$|  HAVE_PYTHON_TRUE='#'|; \
60
			s|  HAVE_PYTHON_FALSE=\'#\'$$|  HAVE_PYTHON_FALSE=|" \
60
			s|  HAVE_PYTHON_FALSE='#'$$|  HAVE_PYTHON_FALSE=|" \
61
		${WRKSRC}/configure
61
		${WRKSRC}/configure
62
.endif
62
.endif
63
63

Return to bug 233457