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

(-)Makefile (-1 / +1 lines)
Lines 88-94 Link Here
88
.endif
88
.endif
89
# Correct prototypes to fix the build with FreeBSD AGP support
89
# Correct prototypes to fix the build with FreeBSD AGP support
90
.if ${NVVERSION} >= 1690700
90
.if ${NVVERSION} >= 1690700
91
	${REINPLACE_CMD} -e '337,338s/(/(nv_stack_t *, /' \
91
	${REINPLACE_CMD} -e '406,407s/(/(nv_stack_t *, /' \
92
		${WRKSRC}/src/nv-freebsd.h
92
		${WRKSRC}/src/nv-freebsd.h
93
.endif
93
.endif
94
.if defined(WITH_FREEBSD_AGP)
94
.if defined(WITH_FREEBSD_AGP)

Return to bug 124497