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:   jperkin
Date:           Fri Jan 10 11:04:51 UTC 2025

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

Log Message:
libuuid: Fix build on SunOS.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 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.10 pkgsrc/devel/libuuid/Makefile.common:1.11
--- pkgsrc/devel/libuuid/Makefile.common:1.10   Sat Dec 28 14:10:23 2024
+++ pkgsrc/devel/libuuid/Makefile.common        Fri Jan 10 11:04:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2024/12/28 14:10:23 wiz Exp $
+# $NetBSD: Makefile.common,v 1.11 2025/01/10 11:04:51 jperkin Exp $
 # used by devel/libblkid/Makefile
 # used by devel/libuuid/Makefile
 # used by x11/mcookie/Makefile
@@ -27,4 +27,7 @@ CONFIGURE_ARGS+=      --without-python
 # disabled. for consistency, disable for all
 CONFIGURE_ARGS+=       --disable-nls
 
+CONFIGURE_ARGS.SunOS+= --disable-symvers
+CONFIGURE_ENV.SunOS+=  ac_cv_header_sys_vfs_h=no
+
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index