1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Allow mesagl modes on amd64

PR:		ports/129295
Submitted by:	Roland Smith <rsmith@xs4all.nl>
This commit is contained in:
Pav Lucistnik 2008-12-03 19:07:19 +00:00
parent 66e08852f7
commit 50fd1e8cd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223735

View File

@ -49,10 +49,6 @@ OPTIONS=MESAGL "Enable Mesa 3D (for GL modes)" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
.undef WITH_MESAGL
.endif
.if defined(WITH_MESAGL)
CONFIGURE_ARGS+= --with-mesa
MESALIB=${PTHREAD_LIBS}