From 2b7d6b8199e293645c79b4c77f312e871d0818fe Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Thu, 1 Oct 1998 06:19:19 +0000 Subject: [PATCH] Now that Mesa-3.0 is in with a security fix, bring back the GL modes. --- x11/xlockmore/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile index 74c039a35fea..0e2b77c05ac4 100644 --- a/x11/xlockmore/Makefile +++ b/x11/xlockmore/Makefile @@ -3,7 +3,7 @@ # Date created: 9 November 1994 # Whom: smace # -# $Id: Makefile,v 1.41 1998/09/30 07:52:45 tg Exp $ +# $Id: Makefile,v 1.42 1998/10/01 02:17:49 jseger Exp $ # DISTNAME= xlockmore-4.12 @@ -31,11 +31,7 @@ OSVERSION!= sysctl -n kern.osreldate CONFIGURE_ARGS+= --with-libraries=/usr/lib/aout .endif -# -# MesaGL has a security hole. Don't use it in setuid binaries. -# Override this with WITH_MESAGL=yes in your environment. -# -WITH_MESAGL?= no +WITH_MESAGL?= yes .if ${WITH_MESAGL} == yes CONFIGURE_ARGS+= --with-mesagl LIB_DEPENDS+= GL.14:${PORTSDIR}/graphics/Mesa3