pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby26-base



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri Apr 16 06:45:50 UTC 2021

Modified Files:
        pkgsrc/lang/ruby26-base: Makefile

Log Message:
ruby26-base: assumes compiler defaults to c99 mode


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/lang/ruby26-base/Makefile

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

Modified files:

Index: pkgsrc/lang/ruby26-base/Makefile
diff -u pkgsrc/lang/ruby26-base/Makefile:1.13 pkgsrc/lang/ruby26-base/Makefile:1.14
--- pkgsrc/lang/ruby26-base/Makefile:1.13       Sun Apr 11 12:28:37 2021
+++ pkgsrc/lang/ruby26-base/Makefile    Fri Apr 16 06:45:50 2021
@@ -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 @@ RUBY_VERSIONS_ACCEPTED=       26
 
 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