pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ruby26-base ruby26-base: assumes compiler default...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa2ffb173c9d
branches:  trunk
changeset: 450404:fa2ffb173c9d
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri Apr 16 06:45:50 2021 +0000

description:
ruby26-base: assumes compiler defaults to c99 mode

diffstat:

 lang/ruby26-base/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 75b93bd167e6 -r fa2ffb173c9d lang/ruby26-base/Makefile
--- a/lang/ruby26-base/Makefile Fri Apr 16 06:43:48 2021 +0000
+++ b/lang/ruby26-base/Makefile Fri Apr 16 06:45:50 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/04/11 12:28:37 taca Exp $
+# $NetBSD: Makefile,v 1.14 2021/04/16 06:45:50 nia Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -13,6 +13,8 @@
 
 MAKE_JOBS_SAFE=                no
 USE_GCC_RUNTIME=       yes
+# error: 'for' loop initial declarations are only allowed in C99 mode
+USE_LANGUAGES=         c99
 USE_TOOLS+=            pax yacc pkg-config
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index