pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libuuid



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Sep 14 12:28:16 UTC 2026

Modified Files:
        pkgsrc/devel/libuuid: Makefile.common

Log Message:
libuuid: fix build on DragonFly

>From Showta Ishizaki in PR 60697.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/libuuid/Makefile.common

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

Modified files:

Index: pkgsrc/devel/libuuid/Makefile.common
diff -u pkgsrc/devel/libuuid/Makefile.common:1.15 pkgsrc/devel/libuuid/Makefile.common:1.16
--- pkgsrc/devel/libuuid/Makefile.common:1.15   Sat Sep 12 11:49:21 2026
+++ pkgsrc/devel/libuuid/Makefile.common        Mon Sep 14 12:28:16 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.15 2026/09/12 11:49:21 wiz Exp $
+# $NetBSD: Makefile.common,v 1.16 2026/09/14 12:28:16 wiz Exp $
 # used by devel/libblkid/Makefile
 # used by devel/libuuid/Makefile
 # used by x11/mcookie/Makefile
@@ -30,6 +30,11 @@ CONFIGURE_ARGS+=     --disable-nls
 CONFIGURE_ARGS.SunOS+= --disable-symvers
 CONFIGURE_ENV.SunOS+=  ac_cv_header_sys_vfs_h=no
 
+# include/cpuset.h's fallback for a libc without CPU_ALLOC is written
+# against glibc internals, and DragonFly has cpu_set_t without being glibc.
+# Nothing built here needs lib/cpuset.c, so have configure leave it out.
+CONFIGURE_ENV.DragonFly+=      ac_cv_type_cpu_set_t=no
+
 .include "../../mk/bsd.prefs.mk"
 
 .if ${MACHINE_PLATFORM:MSunOS-*-i386} || \



Home | Main Index | Thread Index | Old Index