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

Collapse All | Expand All

(-)Makefile (-1 / +5 lines)
Lines 85-92 Link Here
85
85
86
.include <bsd.port.pre.mk>
86
.include <bsd.port.pre.mk>
87
87
88
.if ${ARCH} == "arm"
88
.if !defined(CLIENT_ONLY)
89
.if ${ARCH} == armv6
89
BROKEN=		Does not compile on arm
90
BROKEN=		Does not compile on arm
91
.else
92
EXTRA_PATCHES+=	${FILESDIR}/extra-arm-patch-sql-common__client_plugin.c
90
.endif
93
.endif
94
.endif
91
95
92
.include <bsd.port.post.mk>
96
.include <bsd.port.post.mk>

Return to bug 193841