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

Collapse All | Expand All

(-)Makefile (-2 / +2 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 ${ARCH} == armv6
89
BROKEN=		Does not compile on arm
89
EXTRA_PATCHES+= ${FILESDIR}/extra-arm-patch-sql-common__client_plugin.c
90
.endif
90
.endif
91
91
92
.include <bsd.port.post.mk>
92
.include <bsd.port.post.mk>

Return to bug 193841