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:   he
Date:           Sat Aug  6 19:35:33 UTC 2022

Modified Files:
        pkgsrc/graphics/MesaLib: Makefile

Log Message:
graphics/MesaLib: after atomic64, remove now-redundant CFLAGS for i386.

Thanks to tnn@ for hint.


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 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.203 pkgsrc/graphics/MesaLib/Makefile:1.204
--- pkgsrc/graphics/MesaLib/Makefile:1.203      Sat Aug  6 16:48:06 2022
+++ pkgsrc/graphics/MesaLib/Makefile    Sat Aug  6 19:35:33 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.203 2022/08/06 16:48:06 he Exp $
+# $NetBSD: Makefile,v 1.204 2022/08/06 19:35:33 he Exp $
 
 DISTNAME=      mesa-21.3.9
 PKGNAME=       ${DISTNAME:S/mesa/MesaLib/}
@@ -128,7 +128,6 @@ MESON_ARGS+=        -Dplatforms=${MESA_PLATFORM
 
 .if ${MACHINE_ARCH} == "i386"
 MESON_ARGS+=   -Dglx-read-only-text=true
-CFLAGS+=       -march=i586
 CXXFLAGS+=     -march=i586
 .endif
 



Home | Main Index | Thread Index | Old Index