View | Details | Raw Unified | Return to bug 271406 | Differences between
and this patch

Collapse All | Expand All

(-)lang/squeak/Makefile (+6 lines)
Lines 62-67 Link Here
62
		Squeak${IMAGE_FULL_VERSION}.changes \
62
		Squeak${IMAGE_FULL_VERSION}.changes \
63
		${SQUEAK_SRC}
63
		${SQUEAK_SRC}
64
64
65
.include <bsd.port.options.mk>
66
67
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
68
CFLAGS+=	-Wno-error=int-conversion
69
.endif
70
65
post-patch:
71
post-patch:
66
	@${REINPLACE_CMD} -e 's,<utmp\.h>,<utmpx.h>,' \
72
	@${REINPLACE_CMD} -e 's,<utmp\.h>,<utmpx.h>,' \
67
		${WRKSRC}/unix/plugins/PseudoTTYPlugin/openpty.h
73
		${WRKSRC}/unix/plugins/PseudoTTYPlugin/openpty.h

Return to bug 271406