pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/clex



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

Modified Files:
        pkgsrc/sysutils/clex: Makefile

Log Message:
clex: Fix build on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/sysutils/clex/Makefile

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

Modified files:

Index: pkgsrc/sysutils/clex/Makefile
diff -u pkgsrc/sysutils/clex/Makefile:1.13 pkgsrc/sysutils/clex/Makefile:1.14
--- pkgsrc/sysutils/clex/Makefile:1.13  Mon May  6 08:40:32 2024
+++ pkgsrc/sysutils/clex/Makefile       Thu Dec 18 17:41:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2024/05/06 08:40:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.14 2025/12/18 17:41:39 nia Exp $
 
 DISTNAME=              clex-4.6.4
 PKGREVISION=           2
@@ -13,6 +13,8 @@ LICENSE=              gnu-gpl-v2
 USE_LANGUAGES=         c99
 GNU_CONFIGURE=         yes
 
+CFLAGS.SunOS+=         -D__EXTENSIONS__
+
 # for easy to maintain patches
 post-extract:
        cd ${WRKSRC} && ${RM} -f src/*.orig



Home | Main Index | Thread Index | Old Index