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: Sun Sep 14 11:08:51 UTC 2025
Modified Files:
pkgsrc/devel/libuuid: Makefile.common
Log Message:
libuuid: enable year 2038 workaround for Unixware
>From Egor Gavrilov in PR 59637.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 pkgsrc/devel/libuuid/Makefile.common:1.14
--- pkgsrc/devel/libuuid/Makefile.common:1.13 Wed Aug 13 17:18:46 2025
+++ pkgsrc/devel/libuuid/Makefile.common Sun Sep 14 11:08:51 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2025/08/13 17:18:46 sjmulder Exp $
+# $NetBSD: Makefile.common,v 1.14 2025/09/14 11:08:51 wiz Exp $
# used by devel/libblkid/Makefile
# used by devel/libuuid/Makefile
# used by x11/mcookie/Makefile
@@ -33,7 +33,8 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_v
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_PLATFORM:MSunOS-*-i386} || \
- ${MACHINE_PLATFORM:MLinux-*-i386}
+ ${MACHINE_PLATFORM:MLinux-*-i386} || \
+ ${MACHINE_PLATFORM:MUnixWare-*-i386}
CONFIGURE_ARGS+= --disable-year2038
.endif
Home |
Main Index |
Thread Index |
Old Index