pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/MesaLib graphics/MesaLib: after atomic64, rem...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c69fd2fa573
branches:  trunk
changeset: 382839:4c69fd2fa573
user:      he <he%pkgsrc.org@localhost>
date:      Sat Aug 06 19:35:33 2022 +0000

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

Thanks to tnn@ for hint.

diffstat:

 graphics/MesaLib/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r bc0829b7f1ac -r 4c69fd2fa573 graphics/MesaLib/Makefile
--- a/graphics/MesaLib/Makefile Sat Aug 06 17:26:46 2022 +0000
+++ b/graphics/MesaLib/Makefile Sat Aug 06 19:35:33 2022 +0000
@@ -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 @@
 
 .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