summaryrefslogtreecommitdiff
path: root/x11/xlockmore
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-02-10 18:04:08 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-02-10 18:04:08 +0000
commit8b9bf70b0612ef2f98f45f862d74b56b145c95f0 (patch)
treecc3101eb8f7d702850669b6e14a76583c4d8e8eb /x11/xlockmore
parentAdd SIZE attribute to distinfo. (diff)
Fix build on AMD64 by disabling MESAGL.
Notes
Notes: svn path=/head/; revision=100578
Diffstat (limited to 'x11/xlockmore')
-rw-r--r--x11/xlockmore/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11/xlockmore/Makefile b/x11/xlockmore/Makefile
index 5a3b95fea48d..e05ae7e8387b 100644
--- a/x11/xlockmore/Makefile
+++ b/x11/xlockmore/Makefile
@@ -34,7 +34,11 @@ USE_X_PREFIX= yes
USE_XPM= yes
MAN1= xlock.1
+.if ${MACHINE_ARCH} == "amd64"
+WITH_MESAGL= no
+.else
WITH_MESAGL?= yes
+.endif
.if ${WITH_MESAGL} == yes
CONFIGURE_ARGS+= --with-mesa
MESALIB=${PTHREAD_LIBS}