diff options
Diffstat (limited to 'graphics/dri/Makefile')
-rw-r--r-- | graphics/dri/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/dri/Makefile b/graphics/dri/Makefile index 5be5e9f..6678c0a 100644 --- a/graphics/dri/Makefile +++ b/graphics/dri/Makefile @@ -21,9 +21,9 @@ MAKE_JOBS_UNSAFE= yes USE_XORG= glproto x11 xext xxf86vm xdamage xfixes dri2proto -.ifndef WITHOUT_NOUVEAU -EXTRA_PATCHES+= ${FILESDIR}/mesalib74-configure -.endif +EXTRA_PATCHES+= ${FILESDIR}/patch-mach64_context.h \ + ${FILESDIR}/patch-sis_context.h + do-install: cd ${WRKSRC}/src/mesa; ${GMAKE} install-dri |