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

(-)bsd.port.mk (+8 lines)
Lines 1657-1662 Link Here
1657
.endif
1657
.endif
1658
.endif
1658
.endif
1659
1659
1660
# Check for DTrace support 
1661
1662
.if ${OSVERSION} >= 701000
1663
.if !defined(HAVE_DTRACE_KERN)
1664
HAVE_DTRACE_KERN!= if ${SYSCTL} -a debug.dtrace.providers >/dev/null 2>&1; then echo YES; fi
1665
.endif
1666
.endif
1667
1660
# Check the compatibility layer for amd64/ia64
1668
# Check the compatibility layer for amd64/ia64
1661
1669
1662
.if ${ARCH} == "amd64" || ${ARCH} =="ia64"
1670
.if ${ARCH} == "amd64" || ${ARCH} =="ia64"

Return to bug 129600