pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/flex



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Nov 10 22:59:50 UTC 2021

Modified Files:
        pkgsrc/devel/flex: Makefile

Log Message:
flex: Needs c99 for stdbool.h, PR pkg/56488


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/flex/Makefile

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

Modified files:

Index: pkgsrc/devel/flex/Makefile
diff -u pkgsrc/devel/flex/Makefile:1.62 pkgsrc/devel/flex/Makefile:1.63
--- pkgsrc/devel/flex/Makefile:1.62     Tue Sep  8 11:21:17 2020
+++ pkgsrc/devel/flex/Makefile  Wed Nov 10 22:59:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2020/09/08 11:21:17 jperkin Exp $
+# $NetBSD: Makefile,v 1.63 2021/11/10 22:59:50 nia Exp $
 
 DISTNAME=      flex-2.6.4
 CATEGORIES=    devel lang
@@ -12,7 +12,9 @@ LICENSE=      2-clause-bsd
 
 BUILD_DEPENDS+=                help2man-[0-9]*:../../converters/help2man
 
-USE_LANGUAGES=         c c++
+# wants stdbool
+USE_LANGUAGES=         c99 c++
+
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
 USE_TOOLS+=            gm4:run gmake makeinfo gettext



Home | Main Index | Thread Index | Old Index