x11/xlockmore disables MESAGL on amd64

Francois Tigeot ftigeot at wolfpond.org
Tue Mar 8 00:52:32 PST 2005


GL modes have been disabled on amd64 more than a year ago. According to the
commit message, it was done to fix build problems.

I re-enabled them locally; xlockmore built without trouble and all GL modes
work fine on a 5.4-PRERELEASE/amd64 host.

Should I submit a PR or is the attached patch sufficient ?

-- 
Francois Tigeot
-------------- next part --------------
--- x11/xlockmore/Makefile.orig	Sat Feb  5 08:38:43 2005
+++ x11/xlockmore/Makefile	Tue Mar  8 09:34:34 2005
@@ -34,11 +34,8 @@
 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}


More information about the freebsd-ports mailing list