svn commit: r540975 - head/graphics/libxatracker

Emmanuel Vadot manu at FreeBSD.org
Wed Jul 1 16:13:54 UTC 2020


Author: manu
Date: Wed Jul  1 16:13:53 2020
New Revision: 540975
URL: https://svnweb.freebsd.org/changeset/ports/540975

Log:
  graphics/libxatracker: Fix typo MESA vs MESON
  
  Reported by:	tobik

Modified:
  head/graphics/libxatracker/Makefile

Modified: head/graphics/libxatracker/Makefile
==============================================================================
--- head/graphics/libxatracker/Makefile	Wed Jul  1 16:10:42 2020	(r540974)
+++ head/graphics/libxatracker/Makefile	Wed Jul  1 16:13:53 2020	(r540975)
@@ -37,7 +37,7 @@ MESON_ARGS+=	-Ddri-drivers="" \
 
 LDFLAGS_i386=		-Wl,-znotext
 
-MESA_ARGS+=	-Dgallium-xa=true
+MESON_ARGS+=	-Dgallium-xa=true
 
 .include "${MASTERDIR}/Makefile.targets"
 .include <bsd.port.post.mk>


More information about the svn-ports-all mailing list