pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/libpciaccess
Module Name: pkgsrc
Committed By: wiz
Date: Wed Dec 25 08:25:35 UTC 2024
Modified Files:
pkgsrc/sysutils/libpciaccess: Makefile
Log Message:
libpciaccess: mark as not for Darwin
../src/common_init.c:73:3: error: "Unsupported OS"
To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/sysutils/libpciaccess/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/libpciaccess/Makefile
diff -u pkgsrc/sysutils/libpciaccess/Makefile:1.35 pkgsrc/sysutils/libpciaccess/Makefile:1.36
--- pkgsrc/sysutils/libpciaccess/Makefile:1.35 Wed Apr 3 21:18:22 2024
+++ pkgsrc/sysutils/libpciaccess/Makefile Wed Dec 25 08:25:35 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2024/04/03 21:18:22 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/12/25 08:25:35 wiz Exp $
DISTNAME= libpciaccess-0.18.1
CATEGORIES= sysutils x11
@@ -18,6 +18,9 @@ USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= output/meson-private/pciaccess.pc
PKGCONFIG_OVERRIDE_STAGE= post-configure
+# ../src/common_init.c:73:3: error: "Unsupported OS"
+NOT_FOR_PLATFORM+= Darwin-*-*
+
.include "../../devel/meson/build.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index