pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/dateutils



Module Name:    pkgsrc
Committed By:   nia
Date:           Thu Dec 18 17:39:29 UTC 2025

Modified Files:
        pkgsrc/time/dateutils: Makefile

Log Message:
dateutils: Fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/time/dateutils/Makefile

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

Modified files:

Index: pkgsrc/time/dateutils/Makefile
diff -u pkgsrc/time/dateutils/Makefile:1.25 pkgsrc/time/dateutils/Makefile:1.26
--- pkgsrc/time/dateutils/Makefile:1.25 Sun Oct  5 19:26:24 2025
+++ pkgsrc/time/dateutils/Makefile      Thu Dec 18 17:39:29 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2025/10/05 19:26:24 js Exp $
+# $NetBSD: Makefile,v 1.26 2025/12/18 17:39:29 nia Exp $
 
 DISTNAME=      dateutils-0.4.11
 PKGREVISION=   8
@@ -18,6 +18,8 @@ GNU_CONFIGURE=        yes
 INFO_FILES=    yes
 TEST_TARGET=   check
 
+CFLAGS.SunOS+= -D__EXTENSIONS__
+
 # For patch-m4_sxe-compiler.m4
 pre-configure:
        cd ${WRKSRC} && autoreconf -i



Home | Main Index | Thread Index | Old Index