pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/pixman pixman: add comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35d24886cf1b
branches:  trunk
changeset: 387289:35d24886cf1b
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Wed Oct 26 08:44:33 2022 +0000

description:
pixman: add comment

diffstat:

 x11/pixman/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7e2da4c9ffdd -r 35d24886cf1b x11/pixman/Makefile
--- a/x11/pixman/Makefile       Wed Oct 26 08:12:20 2022 +0000
+++ b/x11/pixman/Makefile       Wed Oct 26 08:44:33 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2022/10/26 08:12:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.87 2022/10/26 08:44:33 tnn Exp $
 
 DISTNAME=      pixman-0.42.0
 PKGREVISION=   3
@@ -24,6 +24,7 @@
 .endif
 
 .if ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+# NEON macros depend on GNU as, but Xcode ships llvm-as
 CONFIGURE_ARGS+=       --disable-arm-a64-neon
 .endif
 



Home | Main Index | Thread Index | Old Index