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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 64-70 Link Here
64
.include <bsd.port.pre.mk>
64
.include <bsd.port.pre.mk>
65
.if exists(${LOCALBASE}/include/apr-1/apr.h)
65
.if exists(${LOCALBASE}/include/apr-1/apr.h)
66
66
67
APR_l=		${LOCALBASE}/include/apr-1/apr.h
67
APR_H=		${LOCALBASE}/include/apr-1/apr.h
68
.elif exists(${LOCALBASE}/include/apr/apr.h)
68
.elif exists(${LOCALBASE}/include/apr/apr.h)
69
APR_H=		${LOCALBASE}/include/apr/apr.h
69
APR_H=		${LOCALBASE}/include/apr/apr.h
70
.endif
70
.endif

Return to bug 123535