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

Collapse All | Expand All

(-)b/lang/mlton/Makefile (-1 / +4 lines)
Lines 116-121 ALL_TARGET= polyml-mlton all Link Here
116
ALL_TARGET=	polyml-mlton install-docs all
116
ALL_TARGET=	polyml-mlton install-docs all
117
.endif
117
.endif
118
.elif ${PORT_OPTIONS:MNATIVE}
118
.elif ${PORT_OPTIONS:MNATIVE}
119
.if ${OSREL:R} >= 13
120
BOOTOSMAJ=	13
121
.endif
119
BOOT_DIST=	${BOOTNAME}.${ARCH}-${OPSYS:tl}-${BOOTOSMAJ}.txz
122
BOOT_DIST=	${BOOTNAME}.${ARCH}-${OPSYS:tl}-${BOOTOSMAJ}.txz
120
.else
123
.else
121
BOOT_DIST=
124
BOOT_DIST=
Lines 162-168 post-extract: Link Here
162
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
165
	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
163
.endif
166
.endif
164
.if ${ARCH} == "i386"
167
.if ${ARCH} == "i386"
165
.if ${OSREL:R} == 13
168
.if ${OSREL:R} >= 13
166
	@${REINPLACE_CMD} -e 's/ram-slop 0\.7/ram-slop 0.8/' \
169
	@${REINPLACE_CMD} -e 's/ram-slop 0\.7/ram-slop 0.8/' \
167
		-e 's|COMPILE_XARGS :=|COMPILE_XARGS := -polyvariance false|' \
170
		-e 's|COMPILE_XARGS :=|COMPILE_XARGS := -polyvariance false|' \
168
		${WRKSRC}/mlton/Makefile
171
		${WRKSRC}/mlton/Makefile
(-)b/lang/mlton/files/patch-mlton_Makefile (-1 / +11 lines)
Added Link Here
0
- 
1
--- mlton/Makefile.orig	2022-01-17 22:42:43 UTC
2
+++ mlton/Makefile
3
@@ -39,6 +39,8 @@ ifeq ($(RUN_MLTON_VERSION), $(firstword $(sort $(RUN_M
4
 RUN_MLTON_COMPILE_XARGS += -drop-pass zone
5
 else ifeq ($(RUN_MLTON_VERSION), $(firstword $(sort $(RUN_MLTON_VERSION) 20191003)))
6
 RUN_MLTON_COMPILE_XARGS += -disable-pass zone
7
+else
8
+RUN_MLTON_COMPILE_XARGS += -disable-pass zone
9
 endif
10
 
11
 FRONT_END_SOURCES :=		\

Return to bug 261820