1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Now that Mesa-3.0 is in with a security fix, bring back the GL modes.

This commit is contained in:
Thomas Gellekum 1998-10-01 06:19:19 +00:00
parent 068a1da3a8
commit 2b7d6b8199
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=13572

View File

@ -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