Date: Tue, 8 Mar 2005 09:52:34 +0100 From: Francois Tigeot <ftigeot@wolfpond.org> To: freebsd-ports@freebsd.org Subject: x11/xlockmore disables MESAGL on amd64 Message-ID: <20050308085234.GA22654@aoi.wolfpond.org>
next in thread | raw e-mail | index | archive | help
--OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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 --OgqxwSJOaUobr8KG Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch-xlockmore-Makefile --- 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} --OgqxwSJOaUobr8KG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050308085234.GA22654>