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: sjmulder
Date: Wed Aug 13 17:18:46 UTC 2025
Modified Files:
pkgsrc/devel/libuuid: Makefile.common
Log Message:
Fix Linux/i386
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.12 pkgsrc/devel/libuuid/Makefile.common:1.13
--- pkgsrc/devel/libuuid/Makefile.common:1.12 Thu May 22 12:57:44 2025
+++ pkgsrc/devel/libuuid/Makefile.common Wed Aug 13 17:18:46 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.12 2025/05/22 12:57:44 jperkin Exp $
+# $NetBSD: Makefile.common,v 1.13 2025/08/13 17:18:46 sjmulder Exp $
# used by devel/libblkid/Makefile
# used by devel/libuuid/Makefile
# used by x11/mcookie/Makefile
@@ -32,7 +32,8 @@ CONFIGURE_ENV.SunOS+= ac_cv_header_sys_v
.include "../../mk/bsd.prefs.mk"
-.if ${MACHINE_PLATFORM:MSunOS-*-i386}
+.if ${MACHINE_PLATFORM:MSunOS-*-i386} || \
+ ${MACHINE_PLATFORM:MLinux-*-i386}
CONFIGURE_ARGS+= --disable-year2038
.endif
Home |
Main Index |
Thread Index |
Old Index