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:   adam
Date:           Thu Dec 26 19:18:55 UTC 2024

Modified Files:
        pkgsrc/x11/pixman: Makefile

Log Message:
pixman: do not use openmp for tests


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 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.94 pkgsrc/x11/pixman/Makefile:1.95
--- pkgsrc/x11/pixman/Makefile:1.94     Sat Dec 14 12:44:09 2024
+++ pkgsrc/x11/pixman/Makefile  Thu Dec 26 19:18:55 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2024/12/14 12:44:09 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2024/12/26 19:18:55 adam Exp $
 
 DISTNAME=      pixman-0.44.2
 CATEGORIES=    x11
@@ -10,10 +10,13 @@ HOMEPAGE=   https://xorg.freedesktop.org/
 COMMENT=       Library of low-level pixel manipulation routines
 LICENSE=       mit
 
+# gcc: fatal error: cannot read spec file 'libgomp.spec': No such file or directory
+MESON_ARGS+=   -Dopenmp=disabled
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_ARCH} == i386
-MESON_ARGS+=           -Dsse2=disabled
+MESON_ARGS+=   -Dsse2=disabled
 .endif
 
 .if ${PKGSRC_COMPILER:Mclang} && ${MACHINE_ARCH} == "aarch64"



Home | Main Index | Thread Index | Old Index