diff options
author | he <he@pkgsrc.org> | 2022-08-06 19:35:33 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2022-08-06 19:35:33 +0000 |
commit | 01fb54fdbe503eb5eb4b7297e83141c4f79ac8f7 (patch) | |
tree | 5459cd73f5a7d4932b40d935e26f1d6fae516f06 | |
parent | c374b4a8926aa4ad5c0975174fe486de603a0161 (diff) | |
download | pkgsrc-01fb54fdbe503eb5eb4b7297e83141c4f79ac8f7.tar.gz |
graphics/MesaLib: after atomic64, remove now-redundant CFLAGS for i386.
Thanks to tnn@ for hint.
-rw-r--r-- | graphics/MesaLib/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index fd4d7892b37..b90039108a8 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -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_PLATFORMS:ts,} .if ${MACHINE_ARCH} == "i386" MESON_ARGS+= -Dglx-read-only-text=true -CFLAGS+= -march=i586 CXXFLAGS+= -march=i586 .endif |