pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/pixman



Module Name:    pkgsrc
Committed By:   tnn
Date:           Wed Oct 26 08:44:33 UTC 2022

Modified Files:
        pkgsrc/x11/pixman: Makefile

Log Message:
pixman: add comment


To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/x11/pixman/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/pixman/Makefile
diff -u pkgsrc/x11/pixman/Makefile:1.86 pkgsrc/x11/pixman/Makefile:1.87
--- pkgsrc/x11/pixman/Makefile:1.86     Wed Oct 26 08:12:20 2022
+++ pkgsrc/x11/pixman/Makefile  Wed Oct 26 08:44:33 2022
@@ -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
 



Home | Main Index | Thread Index | Old Index