1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Mark BROKEN with ruby 2.5

odbc.c:4088:5: error: invalid operands to binary expression ('int' and 'char *')
    rb_scan_args(argc, argv, (op == -1) ? "11" : "01", &val, &val2);

PR:		233901
This commit is contained in:
Antoine Brodin 2018-12-12 06:27:50 +00:00
parent 179239d838
commit 76e5ecbada
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=487280

View File

@ -14,6 +14,7 @@ MAINTAINER= knu@FreeBSD.org
COMMENT= Ruby extension library to use ODBC data sources
BROKEN_RUBY24= yes
BROKEN_RUBY25= yes
OPTIONS_DEFINE= DOCS EXAMPLES