pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/MesaLib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Mar 26 08:47:31 UTC 2026

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
MesaLib: fix pkglint


To generate a diff of this commit:
cvs rdiff -u -r1.218 -r1.219 pkgsrc/graphics/MesaLib/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/MesaLib/Makefile
diff -u pkgsrc/graphics/MesaLib/Makefile:1.218 pkgsrc/graphics/MesaLib/Makefile:1.219
--- pkgsrc/graphics/MesaLib/Makefile:1.218      Thu Mar 26 08:47:17 2026
+++ pkgsrc/graphics/MesaLib/Makefile    Thu Mar 26 08:47:30 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.218 2026/03/26 08:47:17 wiz Exp $
+# $NetBSD: Makefile,v 1.219 2026/03/26 08:47:30 wiz Exp $
 
 DISTNAME=      mesa-21.3.9
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -73,9 +73,9 @@ MESON_ARGS+=          -Dgallium-xa=disabled
 MESON_ARGS+=           -Ddri3=false
 .  endif
 PLIST.kms=             yes
-.if ${OPSYS} != "Darwin"
+.  if ${OPSYS} != "Darwin"
 PLIST.drikms=          yes
-.endif
+.  endif
 .  if ${MACHINE_ARCH:M*arm*} || \
       ${MACHINE_CPU} == "aarch64"
 GALLIUM_DRIVERS+=      freedreno vc4 etnaviv tegra panfrost lima



Home | Main Index | Thread Index | Old Index