diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index ca7cd0ad454..86eeb76f75a 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.137 2017/03/22 20:22:31 markd Exp $ +# $NetBSD: Makefile,v 1.138 2017/08/20 19:41:13 joerg Exp $ DISTNAME= mesa-11.2.2 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/${PKGVERSION_NOREV}/ EXTRACT_SUFX= .tar.xz @@ -61,6 +61,10 @@ SUBST_SED.drirc+= -e 's|/etc/|${PREFIX}/etc/|g' .include "../../mk/compiler.mk" .include "options.mk" +.if ${MACHINE_ARCH} == "i386" +CONFIGURE_ARGS+= --enable-glx-read-only-text +.endif + .if !empty(PKGSRC_COMPILER:Mclang) SUBST_CLASSES+= tr1 SUBST_STAGE.tr1= pre-configure |