freebsd-ports/devel/ruby-subversion/Makefile
Piotr Kubaj a2b2b06dd4 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,

MFH:		2020Q4
2020-12-01 14:39:33 +00:00

28 lines
526 B
Makefile

# Created by: Hiroyuki Iwatsuki <don@na.rim.or.jp>
# $FreeBSD$
PKGNAMEPREFIX= ruby-
MAINTAINER= lev@FreeBSD.org
COMMENT= Ruby bindings for version control system
USES+= compiler:c11
USE_RUBY= yes
PORTREVISION_114= 0
PORTREVISION_LTS= 0
SVN_BUILD_BINDINGS= yes
.include "${.CURDIR}/../../devel/subversion/Makefile.addons"
CATEGORIES+= ruby
CONFIGURE_ARGS+= --without-gnome-keyring \
--without-kwallet \
--with-apxs=no
ALL_TARGET= swig-rb-lib swig-rb
INSTALL_TARGET= install-swig-rb
.include <bsd.port.post.mk>