pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/ruby24-base



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Jun 19 11:11:34 UTC 2017

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

Log Message:
Requires c99 for signbit().


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/ruby24-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/ruby24-base/Makefile
diff -u pkgsrc/lang/ruby24-base/Makefile:1.1 pkgsrc/lang/ruby24-base/Makefile:1.2
--- pkgsrc/lang/ruby24-base/Makefile:1.1        Sun Jun 18 13:45:11 2017
+++ pkgsrc/lang/ruby24-base/Makefile    Mon Jun 19 11:11:34 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/06/18 13:45:11 taca Exp $
+# $NetBSD: Makefile,v 1.2 2017/06/19 11:11:34 jperkin Exp $
 
 DISTNAME=      ${RUBY_DISTNAME}
 PKGNAME=       ${RUBY_PKGPREFIX}-base-${RUBY_VERSION}
@@ -11,7 +11,7 @@ COMMENT=      Ruby ${RUBY_VERSION} release mi
 
 RUBY_VERSIONS_ACCEPTED=        24
 
-USE_LANGUAGES=         c
+USE_LANGUAGES=         c99
 USE_TOOLS+=            pax yacc pkg-config
 GNU_CONFIGURE=         yes
 TEST_TARGET=           test



Home | Main Index | Thread Index | Old Index