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

(-)/usr/ports/lang/spidermonkey/Makefile (+8 lines)
Lines 57-60 Link Here
57
	${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC}
57
	${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC}
58
	@${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/
58
	@${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/
59
59
60
OPTIONS=	UTF8 "Enable UTF8 support" Off
61
62
.include <bsd.port.options.mk>
63
64
.if defined(WITH_UTF8)
65
CFLAGS+=	-DJS_C_STRINGS_ARE_UTF8
66
.endif
67
60
.include <bsd.port.mk>
68
.include <bsd.port.mk>

Return to bug 140124