pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/flex flex: Needs c99 for stdbool.h, PR pkg/56488



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60d9548c5356
branches:  trunk
changeset: 769274:60d9548c5356
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Nov 10 22:59:50 2021 +0000

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

diffstat:

 devel/flex/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r f9491c67bd8c -r 60d9548c5356 devel/flex/Makefile
--- a/devel/flex/Makefile       Wed Nov 10 19:24:52 2021 +0000
+++ b/devel/flex/Makefile       Wed Nov 10 22:59:50 2021 +0000
@@ -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 @@
 
 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