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

Collapse All | Expand All

(-)lang/ocaml/Makefile (-2 / +2 lines)
Lines 68-74 Link Here
68
PLIST_SUB+=	DOC="@comment "
68
PLIST_SUB+=	DOC="@comment "
69
.endif
69
.endif
70
70
71
.if ${ARCH} == armv6
71
.if ${ARCH} == armv6 || ${ARCH} == armv7
72
CONFIGURE_ARGS+=	-as "${AS} ${ASFLAGS} -meabi=5"
72
CONFIGURE_ARGS+=	-as "${AS} ${ASFLAGS} -meabi=5"
73
.else
73
.else
74
CONFIGURE_ARGS+=	-as "${AS} ${ASFLAGS}"
74
CONFIGURE_ARGS+=	-as "${AS} ${ASFLAGS}"
Lines 98-104 Link Here
98
.include <bsd.port.pre.mk>
98
.include <bsd.port.pre.mk>
99
.include "${FILESDIR}/manfiles"
99
.include "${FILESDIR}/manfiles"
100
100
101
OCAML_ARCH=	${ARCH:S/x86_64/amd64/:S/powerpc/power/:S/armv6/arm/}
101
OCAML_ARCH=	${ARCH:S/x86_64/amd64/:S/powerpc/power/:C/armv.*/arm/}
102
102
103
.if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64}
103
.if defined(NO_PROFILE) || ${OCAML_ARCH:Mpower} || ${OCAML_ARCH:Mamd64}
104
104

Return to bug 221901