pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Aug 20 19:41:13 UTC 2017

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
Never use writable text segments on i386. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/graphics/MesaLib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.137 pkgsrc/graphics/MesaLib/Makefile:1.138
--- pkgsrc/graphics/MesaLib/Makefile:1.137      Wed Mar 22 20:22:31 2017
+++ pkgsrc/graphics/MesaLib/Makefile    Sun Aug 20 19:41:13 2017
@@ -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
 .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



Home | Main Index | Thread Index | Old Index