pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/ruby-ferret ruby-ferret: Support GCC >= 10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/584ba4c92aa4
branches: trunk
changeset: 459014:584ba4c92aa4
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Tue Sep 28 13:00:46 2021 +0000
description:
ruby-ferret: Support GCC >= 10.
diffstat:
textproc/ruby-ferret/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 42236da936ff -r 584ba4c92aa4 textproc/ruby-ferret/Makefile
--- a/textproc/ruby-ferret/Makefile Tue Sep 28 13:00:13 2021 +0000
+++ b/textproc/ruby-ferret/Makefile Tue Sep 28 13:00:46 2021 +0000
@@ -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 @@
.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