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

Collapse All | Expand All

(-)sysutils/lsof/Makefile (-3 / +5 lines)
Lines 41-49 Link Here
41
41
42
.include <bsd.port.pre.mk>
42
.include <bsd.port.pre.mk>
43
43
44
.if ${ARCH} == "arm"
44
#LER: ian@ has fixed it on stable/10 and head, but not on stable/9.
45
BROKEN=		Does not compile on arm
45
#     if committer wants to, please fix this check for stable/9 and below only.
46
.endif
46
#.if ${ARCH} == "arm" 
47
#BROKEN=		Does not compile on arm
48
#.endif
47
49
48
CONFIGURE_SCRIPT=	Configure
50
CONFIGURE_SCRIPT=	Configure
49
CONFIGURE_ARGS=	-n freebsd
51
CONFIGURE_ARGS=	-n freebsd

Return to bug 196454