aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-01 14:40:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-12-01 14:40:27 +0000
commitc262ea6a0cbacb4d3f94af3014f2627786f80eca (patch)
tree2fce2c4e9aeb4411753e3dfb0cab477567ca0080
parente2e30ddc5e5e8b8edeb56be23f02272a3f8ec000 (diff)
downloadports-c262ea6a0cbacb4d3f94af3014f2627786f80eca.tar.gz
ports-c262ea6a0cbacb4d3f94af3014f2627786f80eca.zip
MFH: r556746
devel/ruby-subversion: fix build on GCC architectures Ruby needs newer compiler: subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c: In function 'callback_rescue': subversion/bindings/swig/ruby/libsvn_swig_ruby/swigutil_rb.c:1628:38: error: 'ruby_errinfo' undeclared (first use in this function); did you mean 'rb_errinfo'? 1628 | ruby_errinfo,
Notes
Notes: svn path=/branches/2020Q4/; revision=556747
-rw-r--r--devel/ruby-subversion/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ruby-subversion/Makefile b/devel/ruby-subversion/Makefile
index 599f48a90c8f..f1eb059acdfd 100644
--- a/devel/ruby-subversion/Makefile
+++ b/devel/ruby-subversion/Makefile
@@ -6,6 +6,7 @@ PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
+USES+= compiler:c11
USE_RUBY= yes
PORTREVISION_114= 0