pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/ruby-ferret



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Tue Sep 28 13:00:47 UTC 2021

Modified Files:
        pkgsrc/textproc/ruby-ferret: Makefile

Log Message:
ruby-ferret: Support GCC >= 10.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/textproc/ruby-ferret/Makefile

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

Modified files:

Index: pkgsrc/textproc/ruby-ferret/Makefile
diff -u pkgsrc/textproc/ruby-ferret/Makefile:1.14 pkgsrc/textproc/ruby-ferret/Makefile:1.15
--- pkgsrc/textproc/ruby-ferret/Makefile:1.14   Sun Feb 14 15:06:43 2021
+++ pkgsrc/textproc/ruby-ferret/Makefile        Tue Sep 28 13:00:46 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2021/02/14 15:06:43 taca Exp $
+# $NetBSD: Makefile,v 1.15 2021/09/28 13:00:46 jperkin Exp $
 
 DISTNAME=      ferret-0.11.8.7
 PKGREVISION=   1
@@ -14,7 +14,7 @@ RUBYGEM_OPTIONS+=     --format-executable
 
 .include "../../mk/compiler.mk"
 
-.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*)
+.if !empty(PKGSRC_COMPILER:Mclang) || !empty(CC_VERSION:Mgcc-[6-9]*) || !empty(CC_VERSION:Mgcc-1[0-9].*)
 BUILDLINK_TRANSFORM.SunOS+=    opt:-D_XOPEN_SOURCE=500:-D_XOPEN_SOURCE=600
 .endif
 



Home | Main Index | Thread Index | Old Index