summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2022-10-26 08:44:33 +0000
committertnn <tnn@pkgsrc.org>2022-10-26 08:44:33 +0000
commit371554efd84e216e27db66531b2c964b84110070 (patch)
tree3f3b797d31a0d5329788f6a4765cbeea0ddf256c
parent7ae78b140d71e5b63946d7cf10678a900d78e5ac (diff)
downloadpkgsrc-371554efd84e216e27db66531b2c964b84110070.tar.gz
pixman: add comment
-rw-r--r--x11/pixman/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile
index 67e5348a9fc..4f76e8bc52f 100644
--- a/x11/pixman/Makefile
+++ b/x11/pixman/Makefile
@@ -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 @@ CONFIGURE_ARGS+= --disable-sse2
.endif
.if ${MACHINE_PLATFORM:MDarwin-*-aarch64}
+# NEON macros depend on GNU as, but Xcode ships llvm-as
CONFIGURE_ARGS+= --disable-arm-a64-neon
.endif