View | Details | Raw Unified | Return to bug 199048
Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 85-91 Link Here
85
LIBS+=		-lpthread -L${LOCALBASE}/lib
85
LIBS+=		-lpthread -L${LOCALBASE}/lib
86
86
87
.if ${OPSYS} == "FreeBSD"
87
.if ${OPSYS} == "FreeBSD"
88
.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032)
88
.if exists(/usr/sbin/dtrace) && (${OSVERSION} > 1100032) && (${ARCH} == "amd64" || ${ARCH} == "i386")
89
CONFIGURE_ARGS+=	--enable-dtrace
89
CONFIGURE_ARGS+=	--enable-dtrace
90
.else
90
.else
91
CONFIGURE_ARGS+=	--disable-dtrace
91
CONFIGURE_ARGS+=	--disable-dtrace

Return to bug 199048