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:           Thu May 22 12:57:44 UTC 2025

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

Log Message:
libuuid: Fix SunOS/i386.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 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.11 pkgsrc/devel/libuuid/Makefile.common:1.12
--- pkgsrc/devel/libuuid/Makefile.common:1.11   Fri Jan 10 11:04:51 2025
+++ pkgsrc/devel/libuuid/Makefile.common        Thu May 22 12:57:44 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2025/01/10 11:04:51 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.12 2025/05/22 12:57:44 jperkin Exp $
 # used by devel/libblkid/Makefile
 # used by devel/libuuid/Makefile
 # used by x11/mcookie/Makefile
@@ -30,4 +30,10 @@ CONFIGURE_ARGS+=     --disable-nls
 CONFIGURE_ARGS.SunOS+= --disable-symvers
 CONFIGURE_ENV.SunOS+=  ac_cv_header_sys_vfs_h=no
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${MACHINE_PLATFORM:MSunOS-*-i386}
+CONFIGURE_ARGS+=       --disable-year2038
+.endif
+
 TEST_TARGET=           check



Home | Main Index | Thread Index | Old Index